Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://blog.ctrlshiftmake.com/build-tray-gui-desktop-application-go
Golang drawer
https://eli.thegreenplace.net/2021/rest-servers-in-go-part-7-graphql/
Golang drawer
https://github.com/blockloop/scan
GitHub
GitHub - blockloop/scan: Tiny lib to scan SQL rows directly to structs, slices, and primitive types
Tiny lib to scan SQL rows directly to structs, slices, and primitive types - blockloop/scan
Golang drawer
https://github.com/spf13/viper
GitHub
GitHub - spf13/viper: Go configuration with fangs
Go configuration with fangs. Contribute to spf13/viper development by creating an account on GitHub.
Golang drawer
https://github.com/golang/mock
GitHub
GitHub - golang/mock: GoMock is a mocking framework for the Go programming language.
GoMock is a mocking framework for the Go programming language. - golang/mock
Golang drawer
https://github.com/fogleman/gg
GitHub
GitHub - fogleman/gg: Go Graphics - 2D rendering in Go with a simple API.
Go Graphics - 2D rendering in Go with a simple API. - fogleman/gg
Golang drawer
https://github.com/maaslalani/slides
GitHub
GitHub - maaslalani/slides: Terminal based presentation tool
Terminal based presentation tool. Contribute to maaslalani/slides development by creating an account on GitHub.
Golang drawer
https://github.com/PuerkitoBio/goquery
GitHub
GitHub - PuerkitoBio/goquery: A little like that j-thing, only in Go.
A little like that j-thing, only in Go. Contribute to PuerkitoBio/goquery development by creating an account on GitHub.
Golang drawer
https://github.com/drakkan/sftpgo
GitHub
GitHub - drakkan/sftpgo: Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage…
Full-featured and highly configurable SFTP, HTTP/S, FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob - drakkan/sftpgo
Golang drawer
https://github.com/dnaeon/go-vcr
GitHub
GitHub - dnaeon/go-vcr: Record and replay your HTTP interactions for fast, deterministic and accurate tests
Record and replay your HTTP interactions for fast, deterministic and accurate tests - dnaeon/go-vcr
Golang drawer
https://changelog.com/gotime/184
Changelog
All about Porter with Carolyn Van Slyck (Go Time #184)
Porter lets you package your application artifacts, client tools, configuration and deployment logic together as a versioned bundle that you can distribute, and then install with a single command. Written entirely in Go, we speak to one of the creators about…
Golang drawer
https://web3.coach/golang-github-actions-release-binaries-tutorial
Golang drawer
https://hackandsla.sh/posts/2021-06-18-embed-vuejs-in-go/
./hackandsla.sh
Embedding Vue.js Apps in Go
Developing and embedding Vue.js apps inside a Golang web server
Golang drawer
https://signoz.io/blog/monitoring-your-go-application-with-signoz/
SigNoz
How to set up Golang application performance monitoring with open source monitoring tool - SigNoz
In this article, learn how to setup application monitoring for Golang apps using an open-source solution, SigNoz.
Golang drawer
https://www.hashicorp.com/blog/toward-vagrant-3-0
Hashicorp
Toward Vagrant 3.0
In order to support its growing ecosystem and community as we move toward the 3.0 release, we are making changes to Vagrant that will maintain its Ruby-based features while being ported to Go.
Golang drawer
https://www.alexedwards.net/blog/basic-authentication-in-go
www.alexedwards.net
How to correctly use Basic Authentication in Go - Alex Edwards
Golang drawer
https://github.com/pemistahl/lingua-go#table-of-contents
GitHub
GitHub - pemistahl/lingua-go: The most accurate natural language detection library for Go, suitable for short text and mixed-language…
The most accurate natural language detection library for Go, suitable for short text and mixed-language text - pemistahl/lingua-go
Golang drawer
https://blog.golang.org/stackoverflow
go.dev
The Go Collective on Stack Overflow - The Go Programming Language
Announcing the Go Collective, a new experience for Go on Stack Overflow.
Golang drawer
https://github.com/caddyserver/caddy/releases/tag/v2.4.3
GitHub
Release v2.4.3 · caddyserver/caddy
Guess what: this is our 100th release!
🎉
🥳
🎊
A bug fix for the bug fix, and a couple other bug fixes, including one security fix for PHP sites. We think all users should upgrade after giving it a w...
Golang drawer
https://thenewstack.io/webassembly-developers-lust-for-rust-and-assemblyscript-but-not-go/
The New Stack
WebAssembly Developers Lust for Rust and AssemblyScript (But Not Go)
WebAssembly (WASM) has captured everybody's attention because it allows developers to write code in their high level language of choice and is platform agnostic. The recently released The State of WebAssembly 2021 shows that Rust is far and away that choice…
Golang drawer
https://chris124567.github.io/2021-06-21-go-performance/
chris124567.github.io
Reducing Memory Allocations in Golang
Go’s place between C and Python in terms of abstraction and garbage collection memory management model has made it attractive to programmers looking for a fast but reasonably high level language. However, there is no free lunch. Go’s abstractions, especially…