cleaning up

mine
derailed 2020-03-10 23:45:08 -06:00
parent f3929b0de4
commit efffd2ae5d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ func init() {
}
func main() {
fmt.Printf("loading k9s...\n")
fmt.Println("loading k9s...")
mod := os.O_CREATE | os.O_APPEND | os.O_WRONLY
file, err := os.OpenFile(config.K9sLogs, mod, config.DefaultFileMod)
if err != nil {