package main
import (
"local/whodunit/config"
"log"
)
func main() {
c := config.New()
log.Println(c)
}