Commit 79ae59e6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3f783164
...@@ -42,7 +42,7 @@ import ( ...@@ -42,7 +42,7 @@ import (
_ "net/http/pprof" _ "net/http/pprof"
) )
// netFlags installs common network fags and returns function to setup network // netFlags installs common network flags and returns function to setup network
// and create selected networker. // and create selected networker.
func netFlags(flags *flag.FlagSet) /*netSetup*/ func() (xnet.Networker, error) { func netFlags(flags *flag.FlagSet) /*netSetup*/ func() (xnet.Networker, error) {
// XXX also support $NEO_<K> envvars? // XXX also support $NEO_<K> envvars?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment