package main import "synoth.com/janus/internal/config" func main() { cfg, err := config.Load("config.yaml") if err != nil { panic(err) } }