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/liamg/shox
GitHub
GitHub - liamg/shox:
🍫
A customisable, universally compatible terminal status bar
🍫
A customisable, universally compatible terminal status bar - liamg/shox
Golang drawer
https://hackmd.io/@zkteam/gnark
Golang drawer
https://github.com/kyleconroy/sqlc
GitHub
GitHub - sqlc-dev/sqlc: Generate type-safe code from SQL
Generate type-safe code from SQL. Contribute to sqlc-dev/sqlc development by creating an account on GitHub.
Golang drawer
https://github.com/aquasecurity/esquery
GitHub
GitHub - aquasecurity/esquery: An idiomatic Go query builder for ElasticSearch
An idiomatic Go query builder for ElasticSearch. Contribute to aquasecurity/esquery development by creating an account on GitHub.
Golang drawer
https://www.chimehq.com/
Golang drawer
https://www.infoq.com/news/2020/02/go-wasm-port-face-detection/
InfoQ
Porting a Go-Based Face Detection Library to Wasm: Q&A with Endre Simo
Endre Simo, senior software developer and open-source contributor to a few popular image-processing projects, ported the Pigo face-detection library from Go to browsers with WebAssembly. The port illustrates the performance potential of WebAssembly today…
Golang drawer
https://medium.com/golangspec/equality-in-golang-ff44da79b7f1
Medium
Equality in Golang
Tale of comparison operators and {DeepEqual,Equal,EqualFold} methods
Golang drawer
https://gianarb.it/blog/golang-mockmania-httptest
gianarb.it
The awesomeness of the httptest package in Go
One of the reasons why testing in Go is friendly is driven by the fact that the core team already provides useful testing package as part of the stdlib that you can use, as they do to test packages that depend on them. This article explains how to use the…
Golang drawer
https://dev.to/stevensunflash/using-domain-driven-design-ddd-in-golang-3ee5
DEV Community
Using Domain-Driven Design(DDD)in Golang
This is a DDD sample code
Golang drawer
https://jesseduffield.com/golang-gotcha-of-the-day/
Golang drawer
https://dave.cheney.net/2020/02/23/the-zen-of-go
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.