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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial proposal for a Gin wrapper that provide graceful shutdown. #2

Merged

Conversation

cedric-appdirect
Copy link
Contributor

The content of .github come from gin-contrib/logger and the test are inspired by gin test.

coverage.txt Outdated
@@ -0,0 +1,65 @@
mode: atomic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this file to ignore list.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, good catch.

.gitignore Outdated
@@ -22,3 +22,6 @@ _testmain.go
*.exe
*.test
*.prof

coverage.out
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coverage.*

- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.49.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest

strategy:
matrix:
os: [ubuntu-latest]
go: [1.17, 1.18, 1.19, '1.20']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove 1.17

@cedric-appdirect
Copy link
Contributor Author

I think I have addressed all the first batch of comments. Is there anything I can do to help?

@appleboy
Copy link
Member

@cedric-appdirect Thanks.

@appleboy appleboy merged commit 9c0c090 into gin-contrib:master Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants