Go development with VSCode and vim

Gofmt Go takes a strong stance on code formatting. The gofmt tool rewrites code into the standard format. gofmt filenames Golint Linter is a tool that analyzes source code to flag programming errors, bugs, stylistic errors, and suspicious constructs. Using Linter provides many benefits. Find bugs Speed up code review Manage code quality go get -u golang.org/x/lint/golint golint filenames VSCode setup Install the Go extension maintained by Go Team at Google(previously maintained by Microsoft)....

November 18, 2019 · 2 min · Andy