noext: fixed wrong slash definition.

This commit is contained in:
k1574 2021-05-18 22:54:36 +05:00
parent 0ea7d29134
commit abcd59b1ea

View file

@ -11,7 +11,7 @@ var(
arg0 string
args []string
dot = '.'
slash = '.'
slash = '/'
)
func NoExt(p string) string {