fixed charta indexing
This commit is contained in:
+1
-1
@@ -20,6 +20,6 @@ import "path/filepath"
|
||||
type Path string
|
||||
|
||||
func (l Path) path(elem ...string) string {
|
||||
complete := []string{string(l)}
|
||||
complete := []string{string(l)} //nolint:prealloc
|
||||
return filepath.Join(append(complete, elem...)...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user