Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/gin-gonic/gin
GitHub
GitHub - gin-gonic/gin: Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly…
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for ...
Golang drawer
https://github.com/aunum/goro
GitHub
GitHub - aunum/goro: A High-level Machine Learning Library for Go
A High-level Machine Learning Library for Go. Contribute to aunum/goro development by creating an account on GitHub.
Golang drawer
https://github.com/jpillora/chisel
GitHub
GitHub - jpillora/chisel: A fast TCP/UDP tunnel over HTTP
A fast TCP/UDP tunnel over HTTP. Contribute to jpillora/chisel development by creating an account on GitHub.
Golang drawer
https://github.com/apache/rocketmq-client-go
GitHub
GitHub - apache/rocketmq-client-go: Apache RocketMQ go client
Apache RocketMQ go client. Contribute to apache/rocketmq-client-go development by creating an account on GitHub.
Golang drawer
https://github.com/lane-c-wagner/go-tinytime
GitHub
GitHub - wagslane/go-tinytime: Time struct in Go that uses 4 bytes of memory vs the 24 bytes of time.Time
Time struct in Go that uses 4 bytes of memory vs the 24 bytes of time.Time - GitHub - wagslane/go-tinytime: Time struct in Go that uses 4 bytes of memory vs the 24 bytes of time.Time
Golang drawer
https://github.com/richardartoul/molecule
GitHub
GitHub - richardartoul/molecule: Molecule is a Go library for parsing protobufs in an efficient and zero-allocation manner.
Molecule is a Go library for parsing protobufs in an efficient and zero-allocation manner. - GitHub - richardartoul/molecule: Molecule is a Go library for parsing protobufs in an efficient and zer...
Golang drawer
https://github.com/sethgrid/pester
GitHub
GitHub - sethgrid/pester: Go (golang) http calls with retries and backoff
Go (golang) http calls with retries and backoff . Contribute to sethgrid/pester development by creating an account on GitHub.
Golang drawer
https://github.com/fatih/gomodifytags
GitHub
GitHub - fatih/gomodifytags: Go tool to modify struct field tags
Go tool to modify struct field tags. Contribute to fatih/gomodifytags development by creating an account on GitHub.
Golang drawer
https://github.com/schollz/progressbar
GitHub
GitHub - schollz/progressbar: A really basic thread-safe progress bar for Golang applications
A really basic thread-safe progress bar for Golang applications - schollz/progressbar
Golang drawer
https://blogtitle.github.io/i-am-switching-to-js/
Golang drawer
https://www.youtube.com/watch?v=JKH3ui94xwE
YouTube
Developing Applications with Golang and MongoDB
Learn about how to develop applications with MongoDB and the Go programming language (Golang) through basic CRUD operations, RESTful APIs, and GraphQL with MongoDB Realm.
This video was recorded during the Tracy Developer Meetup for an event found at ht…
Golang drawer
https://dmv.myhatchpad.com/insight/choosing-between-rust-or-go/
Hatchpad
Pros and Cons of Rust and Go - Hatchpad
One expert’s take on the Pros, Cons, and Controversies of each language. If you have written code in either Rust or Go, you’ll recognize some similarities and differences between them. While there is some overlap between the goals of the two languages, there…
Golang drawer
https://www.honeybadger.io/blog/golang-logging/
Honeybadger Developer Blog
Logging in Go: Choosing a System and Using it
Go has built-in features to make it easier for programmers to implement logging. Third parties have also built additional tools to make logging easier. What's the difference between them? Which should you choose? In t...
Golang drawer
https://thecsw.github.io/articles/mira_reddit/
Sandy’s Website
⛩
Talk to Reddit with Go
⛳
March 26th, 2020...
Golang drawer
https://github.com/austingebauer/go-leetcode
GitHub
GitHub - austingebauer/go-leetcode: A collection of 100+ popular LeetCode problems solved in Go.
A collection of 100+ popular LeetCode problems solved in Go. - austingebauer/go-leetcode
Golang drawer
https://pace.dev/blog/2020/03/02/dynamically-generate-social-images-in-golang-by-mat-ryer.html
Pace Blog
Programatically generate gorgeous social media images in Go by Mat Ryer - PACE.
Mat Ryer explains how the Pace blog dynamically generates images for social sharing to make the posts look their best when shared.
Golang drawer
https://blog.jetbrains.com/go/2020/03/26/goland-2020-1-reaches-beta/
JetBrains Blog
GoLand 2020.1 Reaches Beta! | The GoLand Blog
Releasing this Beta means our Early Access Program is approaching the home stretch. We’ve stopped adding new features and are focusing on polishing everything.The Beta is quite stable in compariso
Golang drawer
https://blog.sbstp.ca/go-quirks/
Golang drawer
https://marianogappa.github.io/software/2020/04/01/webassembly-tinygo-cheesse/
Golang drawer
https://ieftimov.com/post/understanding-bytes-golang-build-tcp-protocol/
Ilija Eftimov
👨🚀
Understanding bytes in Go by building a TCP protocol
Learn everything you need to know to work with bytes and slices of bytes ([]byte) by building a chat TCP-based protocol.