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

Fix ReplaceAll so that standard repo go can compile

This commit is contained in:
2019-12-02 18:02:29 -05:00
parent a5f017de45
commit cd79a10528

View File

@ -30,7 +30,7 @@ func cmdInspect(cmd []string) {
go printMessage(id)
} else {
go printUser(strings.ReplaceAll(cmd[1], "@", ""))
go printUser(strings.Replace(cmd[1], "@", "", -1))
}
} else {