1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-03-22 02:57:23 +00:00

Ignore emojiList.go, and auto gofmt it.

This commit is contained in:
2019-10-17 09:55:23 -04:00
parent f7a0368665
commit 209a94614b
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
kbtui
emojiList.go
*~
.\#*
\#*\#

View File

@ -79,6 +79,7 @@ func BuildEmoji() error {
return err
}
f.Sync()
sh.Run("go", "fmt")
return nil
}