From abcd59b1ea1524dd25c80cdf6d8c184f23644d34 Mon Sep 17 00:00:00 2001 From: k1574 Date: Tue, 18 May 2021 22:54:36 +0500 Subject: [PATCH] noext: fixed wrong slash definition. --- noext/noext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noext/noext.go b/noext/noext.go index b253c86..42aaf52 100644 --- a/noext/noext.go +++ b/noext/noext.go @@ -11,7 +11,7 @@ var( arg0 string args []string dot = '.' - slash = '.' + slash = '/' ) func NoExt(p string) string {