chore: fix lint
parent
d392d4433a
commit
ef24324eba
|
@ -39,6 +39,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: "1.19"
|
go-version: "1.19"
|
||||||
|
|
3
main.go
3
main.go
|
@ -20,8 +20,7 @@ const (
|
||||||
flagOutputName = "output"
|
flagOutputName = "output"
|
||||||
flagOutputUsage = "output directory"
|
flagOutputUsage = "output directory"
|
||||||
|
|
||||||
currentDir = "."
|
currentDir = "."
|
||||||
licenseFilename = "LICENSE"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var commandGenerateAliases = []string{"gen", "g"}
|
var commandGenerateAliases = []string{"gen", "g"}
|
||||||
|
|
Loading…
Reference in New Issue