remove traces of iron

This commit is contained in:
Reed Allman
2017-06-28 21:25:56 -07:00
parent cc8194d015
commit 9cc5fb8784

View File

@@ -21,7 +21,7 @@ const VERSION = "0.0.1"
func main() { func main() {
// XXX (reed): normalize // XXX (reed): normalize
fnodes := flag.String("nodes", "", "comma separated list of IronFunction nodes") fnodes := flag.String("nodes", "", "comma separated list of functions nodes")
var conf lb.Config var conf lb.Config
flag.StringVar(&conf.Listen, "listen", ":8081", "port to run on") flag.StringVar(&conf.Listen, "listen", ":8081", "port to run on")