all repos — elgit @ 975625f9d4d26eb56f4428f2921b9e1090a49621

fork of legit: web frontend for git, written in go

switch to atreugo

Alan Pearce
commit

975625f9d4d26eb56f4428f2921b9e1090a49621

parent

8b1540f0bd4d2e042b28506abcb3de9189399b1b

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M config/config.goconfig/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 {