mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-29 22:48:24 +02:00
update linters
This commit is contained in:
@@ -8,8 +8,10 @@ import (
|
||||
"github.com/jesseduffield/lazygit/pkg/gui/style"
|
||||
)
|
||||
|
||||
var decoloriseCache = make(map[string]string)
|
||||
var decoloriseMutex sync.RWMutex
|
||||
var (
|
||||
decoloriseCache = make(map[string]string)
|
||||
decoloriseMutex sync.RWMutex
|
||||
)
|
||||
|
||||
// Decolorise strips a string of color
|
||||
func Decolorise(str string) string {
|
||||
|
||||
Reference in New Issue
Block a user