Added flag parsing to input flag
This commit is contained in:
committed by
ncthompson
parent
eb06e40eb3
commit
95735ff319
@@ -14,6 +14,8 @@ import (
|
||||
|
||||
func main() {
|
||||
addr := flag.String("addr", ":8080", "TCP address to listen on.")
|
||||
flag.Parse()
|
||||
|
||||
mk2 := mk2if.NewMk2Mock()
|
||||
gui := webgui.NewWebGui(mk2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user