Hacker News
- How I keep myself alive using Golang https://www.bytesizego.com/blog/keeping-alive-with-go 132 comments
- Map of Golang Key Value Engines https://cdn.amazingcto.com/Go%20Key%20Value%20KV%20Stores.png 2 comments
- Go 2 Error Values draft implementation – planned for v1.13 https://godoc.org/golang.org/x/exp/errors 7 comments
- A Code of Conduct for the Go community https://groups.google.com/g/golang-nuts/c/sy-YcVPADjg/m/bcO6LAr29EIJ 70 comments
- “The Go tree is now open for general work” https://groups.google.com/g/golang-dev/c/otCULnOjs7I 8 comments
- Inside the Go playground http://talks.golang.org/2014/playground.slide 6 comments
- Rob Pike on Go interfaces https://groups.google.com/group/golang-nuts/msg/8de71de10ea48f96 37 comments
- The Go Programming Language turns two http://blog.golang.org/2011/11/go-programming-language-turns-two.html 25 comments
- Created my First Golang Proj: To Do App! https://github.com/lokashrinav/GolangToDoApp 17 comments golang
- A Web GUI for managing S3 buckets written in Golang !! https://github.com/cloudlena/s3manager 11 comments golang
- GoLang and VSCode errors are driving me mad https://houseofcat.io/blog/helpful-tip-for-golang-gopls-and-vscode 49 comments golang
- Practical DDD in Golang: Factory https://levelup.gitconnected.com/practical-ddd-in-golang-factory-5ba135df6362 6 comments golang
- How to server side rendering with react in golang? https://www.reddit.com/r/golang/comments/nzsp3m/how_to_server_side_rendering_with_react_in_golang/ 17 comments golang
- Gopls on by default in VS Code Go extension https://blog.golang.org/gopls-vscode-go 8 comments golang
- From 343 trillion rows to 144 thousand rows: using indexes in query planning to get more efficient joins in our open source golang SQL query engine https://www.dolthub.com/blog/2020-12-28-join-planning/ 3 comments database
- ReadUvarint unlimited input (CVE-2020-16845) - Go 1.14.7 and Go 1.13.15 security update https://groups.google.com/u/1/g/golang-announce/c/nypiaucmgxo/m/gdsyqp6qaaaj?pli=1 12 comments golang
- Functional programming in Go [case study] https://yourbasic.org/golang/your-basic-func/ 3 comments golang
- Fehrist – Document Indexing Library in Go http://blog.adnansiddiqi.me/fehrist-document-indexing-library-in-go/?utm_source=r_golang_fehrist&utm_medium=reddit&utm_campaign=c_r_golang_fehrist 8 comments golang
- Go Developer Survey 2019 Results https://blog.golang.org/survey2019-results 13 comments programming
- [Recommendation] Does golang have any third-party stateful, structured logging packages https://www.reddit.com/r/golang/comments/flhx95/recommendation_does_golang_have_any_thirdparty/ 23 comments golang
- Nushell Plugins in GoLang https://vsoch.github.io//2019/nushell-plugin-golang/ 5 comments golang
- Face unlock on linux with golang https://www.reddit.com/r/golang/comments/cm276r/face_unlock_on_linux_with_golang/ 14 comments golang
- A simple HTTP access logger for golang https://www.reddit.com/r/golang/comments/bnzcxy/a_simple_http_access_logger_for_golang/ 4 comments golang
- Gilbert - build tool for Go projects https://www.reddit.com/r/golang/comments/bkey8x/gilbert_build_tool_for_go_projects/ 7 comments golang
- I haven't worked with Go since around when it first came out. Is there a good way to get caught up on the ecosystem? https://blog.golang.org/context 41 comments golang
- Go 1.11.4 and Go 1.10.7 are released https://groups.google.com/forum/#!topic/golang-nuts/roxeikshhe0 4 comments golang
- Improving performance in Go applications https://www.reddit.com/r/golang/comments/a229id/improving_performance_in_go_applications/ 16 comments golang
- Go Concurrency Patterns http://frew.co/posts/golang-concurrency-patterns/ 17 comments golang
- Build Go, MySQL, REST API https://medium.com/@shaonshaonty/building-restful-web-api-service-using-golang-chi-mysql-d85f427dee54 7 comments golang
- Overview of the Efficient Programming Languages (v.3): C++, Rust, Swift, Scala, Dlang, Kotlin, Nim, Julia, Golang, Python. https://sdevprog.blogspot.com/2018/04/overview-of-efficient-programming.html 8 comments d_language
- Go nutshells: Concise descriptions of core Go concepts http://yourbasic.org/golang/nutshells/ 7 comments programming
- Panic and Recover in Go https://golangbot.com/panic-and-recover/ 7 comments golang
- Updated visualization of the Golang packages... It's beautiful https://anvaka.github.io/pm/#/galaxy/gosearch?l=1 14 comments golang
- After reading about go list I made a small powershell script that will list all dependencies of a project, but also query the Github API for license information for all github imported packages https://www.reddit.com/r/golang/comments/7bcf8l/after_reading_about_go_list_i_made_a_small/ 9 comments golang
- Russ Cox discussing how "dep" will be integrated into the Go tool chain https://groups.google.com/forum/#!msg/golang-nuts/pagu2s9knao/bq4vmfh7agaj 23 comments golang
- Generating Go constants from a C header https://www.reddit.com/r/golang/comments/5kh105/generating_go_constants_from_a_c_header/ 8 comments golang
- Using Redis for Distributed Locks with Go https://kylewbanks.com/blog/distributed-locks-using-golang-and-redis 15 comments golang
- Weekend project: wiki in golang with git as storage back end http://mehl.no:9000/ 25 comments programming
- An example of how Golang makes concurrent programming easy and awesome (with the sync package) http://mindfsck.net/example-golang-makes-concurrent-programming-easy-awesome/ 3 comments golang
- Go 1.1 is out! http://blog.golang.org/2013/05/go-11-is-released.html 15 comments golang