memoメモ

最近はGo言語関連で。φ(..)メモメモ

2013-09-09から1日間の記事一覧

golintをemacsで使う

golintはGo言語用のlintプログラムです。 プロジェクトはこちら: https://github.com/golang/lint 導入は: $ go get -u github.com/golang/lint/golint で、基本的な使い方は: $ golint main.go などとすれば解析結果がでてきます。 vimはmattnさん(@mattn…