diff --git a/opt.go b/opt.go index 6eeae5d..e58e4cc 100644 --- a/opt.go +++ b/opt.go @@ -116,7 +116,6 @@ func Source(paths ...string) Option { func AccurateSource(base string, paths ...[]string) Option { return func(o *option) *option { - base = path.Clean(base) for _, path := range paths { o.src = append(o.src, &source{base: base, path: path}) }