chore: fix lint

main
sudo pacman -Syu 2022-08-16 14:33:37 +07:00
parent d392d4433a
commit ef24324eba
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
2 changed files with 3 additions and 2 deletions

View File

@ -39,6 +39,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: "1.19"

View File

@ -20,8 +20,7 @@ const (
flagOutputName = "output"
flagOutputUsage = "output directory"
currentDir = "."
licenseFilename = "LICENSE"
currentDir = "."
)
var commandGenerateAliases = []string{"gen", "g"}