1
0
mirror of https://github.com/mgechev/revive.git synced 2025-07-17 01:12:27 +02:00

File file-header.go (#601)

Add missing fmt import
This commit is contained in:
zeripath
2021-10-17 20:12:36 +01:00
committed by GitHub
parent 76b8c57329
commit 3f99b6ceb1

View File

@ -1,6 +1,7 @@
package rule
import (
"fmt"
"regexp"
"github.com/mgechev/revive/lint"