Docblocks, a handful of tests, but not enough
This commit is contained in:
@@ -51,7 +51,7 @@ type Config struct {
|
||||
BehindProxy bool
|
||||
}
|
||||
|
||||
// New instantiates a default new config
|
||||
// NewConfig instantiates a default new server config
|
||||
func NewConfig(listenHTTP string) *Config {
|
||||
return &Config{
|
||||
ListenHTTP: listenHTTP,
|
||||
|
||||
Reference in New Issue
Block a user