Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment fixed in gin example code #646

Merged
merged 1 commit into from Jun 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/petstore-expanded/gin/petstore.go
Expand Up @@ -28,7 +28,7 @@ func NewGinPetServer(petStore *api.PetStore, port int) *http.Server {
// that server names match. We don't know how this thing will be run.
swagger.Servers = nil

// This is how you set up a basic chi router
// This is how you set up a basic gin router
r := gin.Default()

// Use our validation middleware to check all requests against the
Expand Down