Skip to content

Commit

Permalink
chore: update swag cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Feb 20, 2024
1 parent 792965a commit 8b9598a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lint:
install-tools:
$(GOINSTALL) gotest.tools/[email protected]
$(GOINSTALL) github.com/vektra/mockery/[email protected]
$(GOINSTALL) github.com/swaggo/swag/cmd/[email protected].1
$(GOINSTALL) github.com/swaggo/swag/cmd/[email protected].3
@which golangci-lint > /dev/null 2>&1 || (curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | bash -s -- -b $(GOBINPATH) v1.46.2)

go.mod: FORCE
Expand Down
3 changes: 1 addition & 2 deletions web/docs/docs.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Code generated by swaggo/swag. DO NOT EDIT.

// Package docs Code generated by swaggo/swag. DO NOT EDIT
package docs

import "github.com/swaggo/swag"
Expand Down

0 comments on commit 8b9598a

Please sign in to comment.