From dcdf5126b3d77d180990886e29794977288a5558 Mon Sep 17 00:00:00 2001 From: sneak Date: Mon, 5 Oct 2020 03:22:50 -0700 Subject: [PATCH] update go-cheatsheet --- go-cheatsheet.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go-cheatsheet.md b/go-cheatsheet.md index 03fb46b..da89b60 100644 --- a/go-cheatsheet.md +++ b/go-cheatsheet.md @@ -1,5 +1,9 @@ # go (golang) cheatsheet +## external + +* awesome-go list of tools: [avelino/awesome-go](https://github.com/avelino/awesome-go) + ## tools and environment goimports manages your import lines and should be used instead of fmt, golangci-lint will tell you when you're doing silly things, and gotest will do the same thing as `go test` but with color output in terminal. @@ -54,4 +58,4 @@ Outputs types with keys, viz: ours:(*message.InnerJSONStruct)(nil), dstPubKey:(*cbk.CryptoBoxKey)(nil), srcPrivKey:(*cbk.CryptoBoxKey)(nil)} -``` \ No newline at end of file +```