base/app/config/server.go

6 lines
65 B

package config
type Server struct {
Addr string `ini:"addr"`
}