컨텐츠로 건너뛰기

Without middleware by default

이 콘텐츠는 아직 해당 언어로 제공되지 않습니다.

Use

r := gin.New()

instead of

// Default With the Logger and Recovery middleware already attached
r := gin.Default()