Skip to content

Commit 3f99b6c

Browse files
authored
File file-header.go (#601)
Add missing fmt import
1 parent 76b8c57 commit 3f99b6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rule/file-header.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package rule
22

33
import (
4+
"fmt"
45
"regexp"
56

67
"github.com/mgechev/revive/lint"

0 commit comments

Comments
 (0)