From a9886bf2f8a35369a2c42070c5f83504dfab2bc5 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Fri, 27 Jun 2025 10:56:03 +0200 Subject: vault backup: 2025-06-27 10:56:02 --- Go Tools.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Go Tools.md (limited to 'Go Tools.md') 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 -- cgit v1.2.3