package etc import "git.sr.ht/~cco/go-scopes/config" func Config() config.Config { return config.MakeConfig("dummy") } const ( NAME = "name" )