We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344806f commit 0e5e47bCopy full SHA for 0e5e47b
README.md
@@ -68,7 +68,6 @@ import (
68
69
func main() {
70
router := gin.Default()
71
- pprof.Register(router)
72
adminGroup := router.Group("/admin", func(c *gin.Context) {
73
if c.Request.Header.Get("Authorization") != "foobar" {
74
c.AbortWithStatus(http.StatusForbidden)
_example/custom/server.go
@@ -9,7 +9,6 @@ import (
9
10
11
12
13
14
15
0 commit comments