]> git.scottworley.com Git - reliable-chat/commitdiff
Actually use the command line flags
authorScott Worley <sworley@chkno.net>
Wed, 1 Aug 2012 04:56:22 +0000 (21:56 -0700)
committerScott Worley <sworley@chkno.net>
Wed, 1 Aug 2012 05:01:15 +0000 (22:01 -0700)
server/server.go

index 5c5ef50fbfd448989c3b57648f466e76ede087fa..211ea6ce2d47769cec5e603980deff5c863e12a8 100644 (file)
@@ -178,6 +178,7 @@ func start_server(store Store) {
 }
 
 func main() {
 }
 
 func main() {
+       flag.Parse()
        store := start_store()
        start_server(store)
 }
        store := start_store()
        start_server(store)
 }