@Tag: ProgrammingLanguage ===== GO ===== * http://www.cowlark.com/2009-11-15-go/# go? package main import "fmt" func main() { fmt.Printf("hello, world\n") } ===== LEARN ===== * https://play.golang.org/ * https://learnxinyminutes.com/docs/go/ * https://gist.github.com/prologic/5f6afe9c1b98016ca278f4d507e65510# * https://play.golang.org/p/hBSGhq3X-lj# * http://hyperpolyglot.org/c * https://go-tour-fr.appspot.com/concurrency/11 * https://github.com/Arshiamidos/go-tcha# * https://go-team.pages.debian.net/packaging.html# DPkg * https://lucasfcosta.com/2017/02/07/Understanding-Go-Dependency-Management.html# * https://henvic.dev/posts/go/# * https://fynelabs.com/2022/12/22/using-go-and-fyne-for-your-next-embedded-software-development/# ==== EmacS: ==== * http://tleyden.github.io/blog/2014/05/22/configure-emacs-as-a-go-editor-from-scratch/# M-x package-refresh-contents M-x package-install go-mode ==== Modules: ==== * https://github.com/golang/proposal/blob/master/design/24301-versioned-go.md * https://github.com/golang/go/wiki/PackagePublishing# * https://github.com/golang/go/wiki/Modules# go-11+ * https://www.quora.com/Does-Go-have-an-equivalent-node-jss-NPM#GteeQ * https://www.oipapio.com/question-7408144 ==== WeB: ==== * https://golang.org/pkg/net/http/ * https://github.com/DronRathore/goexpress * https://medium.com/@OmisNomis/my-journey-from-node-to-go-4b657f57836e# * https://github.com/julienschmidt/httprouter/issues/148 * https://scotch.io/tutorials/moving-from-nodejs-to-go# * https://github.com/golang/go/issues/28940# * https://golang.org/doc/articles/wiki/ * https://github.com/laher/swugger# * https://astaxie.gitbooks.io/build-web-application-with-golang/en/08.2.html# ===== Libs: ===== * https://github.com/goiot/devices ===== TINYGO ===== * https://tinygo.org/lang-support/stdlib/#encoding-json * https://github.com/tinygo-org/drivers/releases/tag/v0.11.0 ===== MISC ===== * https://hub.docker.com/_/golang# * https://packages.qa.debian.org/g/golang-defaults.html# * https://golang.org/ref/spec#Iota * https://gist.github.com/posener/73ffd326d88483df6b1cb66e8ed1e0bd# * https://github.com/edgexfoundry/edgex-go/pull/2040# DockeR * https://github.com/tinygo-org/tinygo/issues/379# ZephyR