Skip to content

Commit

Permalink
Update config/confighttp/confighttp.go
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Jun 25, 2024
1 parent 55d18be commit 1caab1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/confighttp/confighttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ type ServerConfig struct {
}

// NewDefaultServerConfig returns ServerConfig type object with default values.
// Currently, config options are not added as they are initialized with 'zero value' by GoLang as default.
// Currently, config options are all initialized as zero values.
// We encourage to use this function to create an object of ServerConfig.
func NewDefaultServerConfig() ServerConfig {
return ServerConfig{}
Expand Down

0 comments on commit 1caab1b

Please sign in to comment.