cloudnotes.io
File is not `gofmt`-ed with `-s`
Quick tip today, hopefully to save you a headache: if in a Go project you get the error File is not gofmt-ed with -s (the error will likely show a file path), try to run this command to fix it: gof…