mapserver/worldconfig/parse.go

7 lines
71 B
Go
Raw Normal View History

2019-01-04 12:44:41 +03:00
type WorldConfig struct {
}
func Parse(data []byte) WorldConfig {
}