modweb/config.go

6 lines
65 B
Go
Raw Normal View History

2020-11-11 22:48:11 +00:00
package modweb
type Config struct {
AppName string
}