diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-06-27 10:56:03 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-06-27 10:56:03 +0200 |
commit | a9886bf2f8a35369a2c42070c5f83504dfab2bc5 (patch) | |
tree | d078b542f271bc2d16d756a3eb5d1ebce65f0043 /Go Tools.md | |
parent | fbb81e5f2c5542d86ffbb0cb8e05ce2640ed65de (diff) |
vault backup: 2025-06-27 10:56:02
Diffstat (limited to 'Go Tools.md')
-rw-r--r-- | Go Tools.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Go Tools.md b/Go Tools.md new file mode 100644 index 0000000..4e053ff --- /dev/null +++ b/Go Tools.md @@ -0,0 +1,9 @@ +[[Golang]] +[[Go Compiler]] + +--- + +The philosophy of Go in general is that beside the programming language they provide an entire toolchain and developer experience. + +`gofmt`: automatically format source code according to standards. +`goimports`: (`golang.org/x/tools/cmd/goimports`) manages imports.
\ No newline at end of file |