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/emersion/go-imap
GitHub
GitHub - emersion/go-imap:
📥
An IMAP library for Go clients and servers
📥
An IMAP library for Go clients and servers. Contribute to emersion/go-imap development by creating an account on GitHub.
Golang drawer
https://github.com/alash3al/goukv
GitHub
GitHub - alash3al/goukv: a key-value store with multiple backends including leveldb, badgerdb, postgresql
a key-value store with multiple backends including leveldb, badgerdb, postgresql - GitHub - alash3al/goukv: a key-value store with multiple backends including leveldb, badgerdb, postgresql
Golang drawer
https://github.com/gonum/gonum
GitHub
GitHub - gonum/gonum: Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices,…
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more - gonum/gonum
Golang drawer
https://github.com/bouk/monkey
GitHub
GitHub - bouk/monkey: Monkey patching in Go
Monkey patching in Go. Contribute to bouk/monkey development by creating an account on GitHub.
Golang drawer
https://github.com/asdine/genji
GitHub
GitHub - genjidb/genji: Document-oriented, embedded SQL database
Document-oriented, embedded SQL database. Contribute to genjidb/genji development by creating an account on GitHub.
Golang drawer
https://github.com/Shpota/goxygen
GitHub
GitHub - Shpota/goxygen: Generate a modern Web project with Go and Angular, React, or Vue in seconds
🎲
Generate a modern Web project with Go and Angular, React, or Vue in seconds
🎲
- Shpota/goxygen
Golang drawer
https://github.com/joncrlsn/dque
GitHub
GitHub - joncrlsn/dque: dque is a fast, embedded, durable queue for Go
dque is a fast, embedded, durable queue for Go. Contribute to joncrlsn/dque development by creating an account on GitHub.
Golang drawer
https://commaok.xyz/post/intern-strings/
commaok.xyz
Interning strings in Go
This blog post covers string interning in Go.
What is a string? In Go, a string is a (possibly empty) immutable sequence of bytes. The critical word here for our purposes is immutable. Because byte slices are mutable, converting between string and []byte…
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