컨텐츠로 건너뛰기

Build without MsgPack

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

Gin enables MsgPack rendering feature by default. But you can disable this feature by specifying the nomsgpack build tag.

Terminal window
go build -tags=nomsgpack .

This is useful to reduce the binary size of executable files. See the detail information.