Skip to content

Commit

Permalink
feat: docs add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 21, 2024
1 parent 01aa36d commit 720712e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ import (
// @tag.name auth
// @tag.description.markdown

// @tag.name image
// @tag.description.markdown

// @tag.name pet
// @tag.description.markdown

// @tag.name user
// @tag.description.markdown

func main() {
conf, err := config.LoadConfig()
if err != nil {
Expand Down

0 comments on commit 720712e

Please sign in to comment.