Skip to content

Commit

Permalink
fix: init panic
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jun 15, 2022
1 parent 1812468 commit 9473c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

//go:embed auto_scan_ignore
var _dirIgnoreText string
var ignoredDirMap map[string]struct{}
var ignoredDirMap = map[string]struct{}{}

func init() {
for _, s := range strings.Split(_dirIgnoreText, "\n") {
Expand Down

0 comments on commit 9473c3f

Please sign in to comment.