package socks5 type ConfigError string func (c ConfigError) Error() string { return string(c) }