2015-04-05から1日間の記事一覧

Golang で Web アプリケーションを作る際のメモ

自分用メモ。ここら辺を参考にした。 Golang でのウェブ開発を考えてみる - Qiita cli GitHub - urfave/cli: A simple, fast, and fun package for building command line apps in Go ここら辺が鉄板。 ちょっとアレと思ったのが、グローバルオプションの位…