Change the interface to use commands and flags instead of just flags.
authorspf13 <steve.francia@gmail.com>
Sun, 29 Sep 2013 06:09:03 +0000 (02:09 -0400)
committerspf13 <steve.francia@gmail.com>
Sun, 29 Sep 2013 06:10:29 +0000 (02:10 -0400)
commit94d7fe52f87a3188a27767433e7a07f5ada84988
treeabdde05fb89da61e383f4e34924729df0e80e159
parent92cff055828ff250a5d40c3dae55f0d0235c7f61
Change the interface to use commands and flags instead of just flags.
Better organization of main (controller style) code.
commands/benchmark.go [new file with mode: 0644]
commands/check.go [new file with mode: 0644]
commands/hugo.go [new file with mode: 0644]
commands/server.go [new file with mode: 0644]
commands/version.go [new file with mode: 0644]
main.go