modweb/config/types.go
2020-10-25 01:26:01 +02:00

7 lines
80 B
Go

package config
type Config struct {
ListenAddress string
ModulePath string
}