noext: fixed wrong slash definition.
This commit is contained in:
parent
0ea7d29134
commit
abcd59b1ea
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var(
|
|||
arg0 string
|
||||
args []string
|
||||
dot = '.'
|
||||
slash = '.'
|
||||
slash = '/'
|
||||
)
|
||||
|
||||
func NoExt(p string) string {
|
||||
|
|
Loading…
Reference in a new issue