Files
zurg/internal/config/types.go
2023-10-18 21:09:25 +02:00

6 lines
73 B
Go

package config
type ZurgConfig struct {
Version string `yaml:"zurg"`
}