Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://www.thepolyglotdeveloper.com/2020/02/interacting-with-a-graphql-api-with-golang/
The Polyglot Developer
Interacting with a GraphQL API with Golang
Learn how to consume data from a GraphQL API using the Go programming language (Golang) and simple HTTP requests.
Golang drawer
https://eli.thegreenplace.net/2020/implementing-raft-part-3-persistence-and-optimizations/
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoWhatOpenBSDs-2020-03
Golang drawer
https://levelup.gitconnected.com/building-a-terminal-dashboard-in-golang-in-300-lines-of-code-3b9f83f363a8
Medium
Building a terminal dashboard in Golang in 300 lines of code
It is a delightful journey to create a real-time terminal dashboard with termui
Golang drawer
https://preslav.me/2020/03/01/use-the-git-history/
Preslav Rachev
Use the Git History to Identify Pain Points in Any Project
Have you heard of Adam Tornhill’s work?
Golang drawer
https://blog.jetbrains.com/go/2020/03/03/how-to-find-goroutines-during-debugging/
The JetBrains Blog
How to Find Goroutines During Debugging | The GoLand Blog
Goroutines are an essential part of most programs written in Go. But using lots of goroutines makes a program harder to debug. Or does it? In this blog post, we'll take a look at labeling goroutines w
Golang drawer
https://bionic.fullstory.com/is-go-duck-typed/
Bionic | FullStory
Is Go Duck-Typed?
Dive into duck-typing and how types are managed by the go language.
Golang drawer
https://blog.golang.org/a-new-go-api-for-protocol-buffers
go.dev
A new Go API for Protocol Buffers - The Go Programming Language
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Golang drawer
http://notes.eatonphil.com/database-basics.html
Golang drawer
https://github.com/benhoyt/goawk
GitHub
GitHub - benhoyt/goawk: A POSIX-compliant AWK interpreter written in Go, with CSV support
A POSIX-compliant AWK interpreter written in Go, with CSV support - benhoyt/goawk
Golang drawer
https://github.com/schollz/faas
GitHub
GitHub - schollz/faas: Make any Go function into a API (FaaS)
Make any Go function into a API (FaaS). Contribute to schollz/faas development by creating an account on GitHub.
Golang drawer
https://github.com/urfave/cli
GitHub
GitHub - urfave/cli: A declarative, simple, fast, and fun package for building command line tools in Go
A declarative, simple, fast, and fun package for building command line tools in Go - urfave/cli
Golang drawer
https://github.com/enescakir/emoji
GitHub
GitHub - enescakir/emoji: A minimalistic emoji package for Go (golang)
A minimalistic emoji package for Go (golang). Contribute to enescakir/emoji development by creating an account on GitHub.
Golang drawer
https://github.com/x-hgg-x/arkanoid-go
GitHub
GitHub - x-hgg-x/arkanoid-go: Arkanoid game in Go using Ebitengine with ECS.
Arkanoid game in Go using Ebitengine with ECS. Contribute to x-hgg-x/arkanoid-go development by creating an account on GitHub.
Golang drawer
https://dave.cheney.net/2020/03/01/are-large-slices-more-expensive-than-smaller-ones
Golang drawer
https://preslav.me/2020/03/07/elixir-style-actors-in-golang/
Golang drawer
https://gianarb.it/blog/golang-mockmania-cli-command-with-cobra
gianarb.it
How to test CLI commands made with Go and Cobra
CLI commands are common in Go. Testing them is an effective way to run a big amount of code that is actually very close to the end user. I use Cobra, pflags and Viper and that's what I do when I write unit test for Cobra commands
Golang drawer
https://0x46.net/thoughts/2020/03/10/time/
Golang drawer
https://dave.cheney.net/2020/03/10/go-test-v-streaming-output
Golang drawer
https://dave.cheney.net/2020/03/10/go-test-v-streaming-output