1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-17 20:57:58 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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