Skip to content

Commit

Permalink
temp! just to make the linter find something
Browse files Browse the repository at this point in the history
Signed-off-by: Volodymyr Khoroz <[email protected]>
  • Loading branch information
vkhoroz committed Oct 2, 2023
1 parent 45ebf61 commit 4d837a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ import "github.com/foundriesio/fioctl/cmd"

func main() {
cmd.Execute()
var i = 0

Check failure on line 7 in main.go

View workflow job for this annotation

GitHub Actions / golangci-lint

i declared but not used (typecheck)

Check failure on line 7 in main.go

View workflow job for this annotation

GitHub Actions / golangci-lint

i declared but not used (typecheck)
}

0 comments on commit 4d837a5

Please sign in to comment.