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/Jeffail/gabs
GitHub
GitHub - Jeffail/gabs: For parsing, creating and editing unknown or dynamic JSON in Go
For parsing, creating and editing unknown or dynamic JSON in Go - Jeffail/gabs
Golang drawer
https://github.com/montanaflynn/stats
GitHub
GitHub - montanaflynn/stats: A well tested and comprehensive Golang statistics library package with no dependencies.
A well tested and comprehensive Golang statistics library package with no dependencies. - montanaflynn/stats
Golang drawer
https://github.com/yuin/goldmark
GitHub
GitHub - yuin/goldmark: :trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured.
:trophy: A markdown parser written in Go. Easy to extend, standard(CommonMark) compliant, well structured. - yuin/goldmark
Golang drawer
https://github.com/evergreen-ci/evergreen
GitHub
GitHub - evergreen-ci/evergreen: A Distributed Continuous Integration System from MongoDB
A Distributed Continuous Integration System from MongoDB - evergreen-ci/evergreen
Golang drawer
https://github.com/ffuf/ffuf
GitHub
GitHub - ffuf/ffuf: Fast web fuzzer written in Go
Fast web fuzzer written in Go. Contribute to ffuf/ffuf development by creating an account on GitHub.
Golang drawer
https://groups.google.com/g/golang-announce/c/irEtdvYep-Y/m/rOH3sqouCAAJ?pli=1
Golang drawer
https://benhoyt.com/writings/go-routing/
Benhoyt
Different approaches to HTTP routing in Go
Compares various routing techniques in Go, including five custom approaches and three using third-party routing libraries.
Golang drawer
https://changelog.com/gotime/140
Changelog
The latest on Generics with Robert Griesemer and Ian Lance Taylor (Go Time #140)
Robert and Ian join us to talk about the latest updates on generics in Go. What type of feedback are they looking for as developers get their hands on tools designed to experiment with generics and Go? What was the deal with the featherweight Go paper that…
Golang drawer
https://www.ardanlabs.com/blog/2020/07/generics-01-basic-syntax.html
Ardanlabs
Generics Part 01: Basic Syntax
Ardan Labs is trusted by small startups and Fortune 500 companies to train their engineers and develop business software solutions and applications.
Golang drawer
https://artem.krylysov.com/blog/2020/07/28/lets-build-a-full-text-search-engine/
Golang drawer
https://pace.dev/blog/2020/07/27/how-code-generation-wrote-our-api-and-cli.html
Pace Blog
How code generation wrote our API and CLI by Mat Ryer - PACE.
The Pace API and command line tool is automatically generated from definition files containing Go interfaces and structs.
Golang drawer
https://www.youtube.com/watch?v=r033vEzL6a4
YouTube
Delve: The Best Golang Debugger
Delve is an open-source debugger that you can use in the command line. It's CLI is very good and it's probably the best Go package out there, it will help you in many ways!
delve repo: https://github.com/go-delve/delve
my github: https://github.com/irateswami…
Golang drawer
https://dylanmeeus.github.io/posts/audio-from-scratch-pt4/
dylanmeeus.github.io
Audio From Scratch With Go: Stereo panning
In the previous post we have written code to change the amplitude of wave files.
Now we’ll take a look at how we can turn a mono wave file into a stereo wave file with optional panning, and explore how this is represented internally by the WAVE file format.…
Golang drawer
https://qua.name/antolius/making-a-testable-cobra-cli-app
Byte for your thoughts
Making a testable Cobra CLI app — Byte for your thoughts
I like Go programing language, and I like writing command line tools with it. I feel it strikes the perfect balance of convenience withou...
Golang drawer
https://cloud.google.com/community/tutorials/godoc-for-github-on-k8s
Google Cloud
Deploy a private GoDoc server on Google Kubernetes Engine | Google Cloud Platform Community
Golang drawer
https://www.mitchdennett.com/tests-make-your-code-inherently-better/
Golang drawer
https://github.com/go-reform/reform
GitHub
GitHub - go-reform/reform: A better ORM for Go, based on non-empty interfaces and code generation.
A better ORM for Go, based on non-empty interfaces and code generation. - go-reform/reform
Golang drawer
https://github.com/go-delve/delve/blob/master/CHANGELOG.md#150-2020-07-29
GitHub
delve/CHANGELOG.md at master · go-delve/delve
Delve is a debugger for the Go programming language. - go-delve/delve
Golang drawer
https://github.com/jaffee/commandeer
GitHub
GitHub - jaffee/commandeer: Automatically sets up command line flags based on struct fields and tags.
Automatically sets up command line flags based on struct fields and tags. - jaffee/commandeer
Golang drawer
https://github.com/mongodb/mongo-go-driver/releases/tag/v1.4.0
GitHub
Release MongoDB Go Driver 1.4.0 · mongodb/mongo-go-driver
The MongoDB Go driver team is pleased to release 1.4.0 of the official Go driver.
This release contains support for the MongoDB 4.4 server features, as well as multiple driver-specific improvements...