switch to atreugo
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M config/config.go → config/config.go
@@ -22,7 +22,7 @@ type Server struct { Name string `yaml:"name,omitempty"` Host string `yaml:"host"` - Port int `yaml:"port"` + Port int64 `yaml:"port"` } type Config struct {