1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

fix golint issue

This commit is contained in:
Anthony HAMON 2018-08-29 13:31:27 +02:00 committed by antham
parent 3f26ddc06f
commit e889a40caf

View File

@ -83,6 +83,7 @@ func GetProjectRoot() string {
return strings.Split(dir, "lazygit")[0] + "lazygit"
}
// Loader dumps a string to be displayed as a loader
func Loader() string {
characters := "|/-\\"
now := time.Now()