Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://www.youtube.com/playlist?list=PLtoVuM73AmsKnUvoFizEmvWo0BbegkSIG
YouTube
GopherCon Europe: Online 2020 - YouTube
Golang drawer
https://forum.golangbridge.org/t/go-1-14-6-and-go-1-13-14-are-released/19795
Go Forum
Go 1.14.6 and Go 1.13.14 are released
Hello gophers, We have just released Go versions 1.14.6 and 1.13.14, minor point releases. View the release notes for more information: https://golang.org/doc/devel/release.html#go1.14.minor You can download binary and source distributions from the Go…
Golang drawer
https://dstoiko.github.io/posts/go-pong-wasm/
Making Pong with Go and WebAssembly
Making Pong with Go and WebAssembly :: dstoiko personal blog —
TL;DR For those of you in a hurry: I made a version of the classic Pong game using Go and WebAssembly. I then embedded that game on my website. Warning: it works only on desktop now (no handling of touch). Here is the game, enjoy:
Why WebAssembly WebAssembly…
Golang drawer
https://groups.google.com/u/1/g/golang-nuts/c/7t-Q2vt60J8
Golang drawer
https://go.googlesource.com/proposal/+/master/design/draft-embed.md
Golang drawer
https://www.youtube.com/watch?v=O9upVbGSBFo
YouTube
Brian Kernighan: UNIX, C, AWK, AMPL, and Go Programming | Lex Fridman Podcast #109
Brian Kernighan is a professor of computer science at Princeton University. He co-authored the C Programming Language with Dennis Ritchie (creator of C) and has written a lot of books on programming, computers, and life including the Practice of Programming…
Golang drawer
https://go.googlesource.com/proposal/+/master/design/draft-iofs.md
Golang drawer
https://go2goplay.golang.org/p/7zFKUcpzhvZ
Golang drawer
https://go.googlesource.com/proposal/+/master/design/draft-fuzzing.md
Golang drawer
https://github.com/preslavmihaylov/todocheck
GitHub
GitHub - presmihaylov/todocheck: A static code analyser for annotated TODO comments
A static code analyser for annotated TODO comments - presmihaylov/todocheck
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/