1
0
mirror of https://github.com/Rudi9719/kbtui.git synced 2026-08-04 12:06:08 +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
+1 -1
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 {