http://qqitm7qlsbbubwmjos4cqzmvkqidg34rfnbyhuydhalep33fbvh22xyd.onion/Arav/justguestbook/src/commit/c6e719b5c149cae3c942928ebb39c04b17aaa7f8/internal/configuration/configuration.go
Wrap ( err , "failed to parse configuration file" ) } return config , nil } // SplitNetworkAddress splits ListenOn option and returns as two strings // network type (e.g. tcp, unix, udp) and address:port or /path/to/prog.socket // to listen on. func ( c * Configuration ) SplitNetworkAddress ( ) ( string , string ) { s := strings . Split ( c . ListenOn , " " ) return s [ 0 ] , s [ 1 ] } View Git Blame Copy Permalink Powered by Gitea...