remove icon

mine
Ludovico Russo 2020-03-06 22:24:43 +01:00
parent 0660450aa4
commit 21073dffba
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.Printf("loading k9s...\n")
mod := os.O_CREATE | os.O_APPEND | os.O_WRONLY
file, err := os.OpenFile(config.K9sLogs, mod, config.DefaultFileMod)
if err != nil {