MCPcopy
hub / github.com/gin-gonic/gin / init

Function init

ginS/gins_test.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15)
16
17func init() {
18 gin.SetMode(gin.TestMode)
19}
20
21func TestGET(t *testing.T) {
22 GET("/test", func(c *gin.Context) {

Callers

nothing calls this directly

Calls 1

SetModeFunction · 0.92

Tested by

no test coverage detected