1 2 3 4 5 6 7
package internal import "codeberg.org/snonux/rampage/internal/config" func Run(conf config.Config) error { return nil }