Skip to content

Commit cb5896a

Browse files
committed
fix nil map error
1 parent ef928ff commit cb5896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var (
5252
title string
5353
outputPath string
5454

55-
targetDirectories mapString
55+
targetDirectories = newMapString()
5656
messageOnlyFromThisFile string
5757
)
5858

0 commit comments

Comments
 (0)