Skip to content

Instantly share code, notes, and snippets.

View s4m0r1's full-sized avatar
🤢

さもり/s4m0r1 s4m0r1

🤢
View GitHub Profile
@knsh14
knsh14 / content.md
Created August 18, 2016 01:42
golang/go CodeReviewComments 日本語翻訳

Go Code Review Comments

原文

go fmt

あなたのコードに gofmt を走らせると、自動的に機械的に直すことのできるスタイルの大部分を修正してくれます。 世にあるGolang コードのほとんどすべてが gofmt を使っています。 この文章の残りは機械的に直すことのできないポイントについて解説します。

代わりに goimports を使う手段もあります。