タグ

Goとcodeに関するkarahiyoのブックマーク (3)

  • CodeReviewComments

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    CodeReviewComments
  • vet - GoDoc

    Command vet VetはGoのソースコードを調べ、引数が書式文字列(format string)で列んでないようなPrintfの呼び出しの欠陥をレポートします。 Vetはヒューリスティック(heuristic)な問題を扱い、すべてのレポートが当に問題であることは保証しません。しかし、コンパイラで見つけられないエラーを検出することができます。 ツールの終了ステータス(exit code)は、ツールの起動を間違うと"2"、問題がレポートされると"1"、"0"はそれ以外です。 ツールはすべての問題をチェックはできず、信頼性の低いヒューリスティックに依存します。 ですから、ガイダンスとしてだけ使用すべきであり、確固としたプログラムの正当性の指標として利用すべきではありません。 通常、チェックはすべて実行されますが、フラグを付けることで範囲を指定することができます。 利用可能なオプション:

  • Revel - Go Web Framework

    Hot Code Reload Edit, save, and refresh. Revel compiles your code and templates for you, so you don't miss a beat. Code doesn't compile? It gives you a helpful description. Run-time code panic? Revel has you covered. Flow Control Revel is built around composable middleware called filters, which implement nearly all request-processing functionality. Developers have the freedom to replace the defaul

  • 1