mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
fix golint issue
This commit is contained in:
parent
3f26ddc06f
commit
e889a40caf
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue