記事一覧 2019
  • Gin 1.5.0 is released

    28.11.2019 in リリース

    CHANGELOG Feature [NEW] Now you can parse the inline lowercase start structure #1893 [NEW] [Break-Backward] Hold matched route full path in the Context #1826 [NEW] Add context param query cache #1450 [NEW] Add support of multipart multi files #1949 …

    続きを読む

  • Gin 1.4.0 is released

    08.05.2019 in リリース

    CHANGELOG Feature [NEW] Support for Go Modules #1569 [NEW] Refactor of form mapping multipart request #1829 [NEW] Supporting file binding #1264 [NEW] Add support for mapping arrays #1797 [NEW] Make context.Keys available as LogFormatterParams #1779 …

    続きを読む

  • How to build one effective middleware?

    26.02.2019 in ニュース

    Constituent parts The middleware has two parts: part one is what is executed once, when you initialize your middleware. That’s where you set up all the global objects, logicals etc. Everything that happens once per application lifetime. part …

    続きを読む

記事一覧 2018
  • Gin 1.3.0 is released

    14.08.2018 in リリース

    CHANGELOG [NEW] Add func (*Context) QueryMap, func (*Context) GetQueryMap, func (*Context) PostFormMap and func (*Context) GetPostFormMap to support type map[string]string as query string or form parameters, see #1383 [NEW] Add func (*Context) …

    続きを読む