jmcvetta / golang-for-python-programmers

work in progress
170 stars 24 forks source link

go fmt vs gofmt #7

Open techtonik opened 8 years ago

techtonik commented 8 years ago

Should go fmt be used instead of gofmt? Looks like these are 2 different tools.

jmcvetta commented 8 years ago

They are very similar tools. It seems that some people prefer go fmt.

techtonik commented 8 years ago

Well, go fmt is available from go -h help.