diff --git a/path/dir_path.go b/path/dir_path.go index 69c7075..77cd69a 100644 --- a/path/dir_path.go +++ b/path/dir_path.go @@ -15,7 +15,7 @@ func init() { // DirPath はソースコードのディレクトリパスを返す func DirPath(src string) string { - pkg := filepath.Dir(filepath.ToSlash(src)) + pkg := filepath.Dir(src) switch pkg { case "", ".": return "."