mikiya771 / tetris-CLI

this repo serve Tetris, the most famous game, on CLI
1 stars 0 forks source link

Style: follow coding style of golint #7

Closed progfay closed 4 years ago

progfay commented 4 years ago

golintのコード規約に従うよう、コードを修正。

for file in `ls **/*.go`; do golint $file; done