package config import ( "os" "strings" "unicode" "go.wit.com/log" "golang.org/x/term" ) // loads a file from ~/.config// func Load(argname string) ([]byte, string) { }