master
change build-in swagger ui to public cdn
fix issue #1611
fix `/*` router supported for handler of package ghttp; fix json tag name issue when it contains `,` for package goai; add proxy example for http server (#2294)
Feature/polaris feat: Add Polaris support (#1797)
add middleware for CORS with default options
auto creating error with code in ghttp.MiddlewareHandlerResponse when there's no 200 http status code (#2223)
add MiddlewareJsonBody, improve error response handling for package ghttp (#2032)
add golangci feature to guarantee codes quality (#2229)
attach and export real handler for request (#2220)
improve comment
Fix/1748 issues #1748 (#1817)
version 2
fix issue #2334 when accessing static files with cache time (#2366)
fix issue in Response.WriteJson/Xml functions
add LevelPrint configuration for glog.Logger; add package internal/instance for grouped instance management feature; add default logger for panic message printing if no logger set in gcron.Cron (#2388)
Improved import, by group improt.
improve port listening for ghttp.Server (#2175)
add build-in swagger ui support for ghttp.Server
fix: ghttp server static path config (#2335)
remove returning error of Write* functions for ghttp.Server; add UT cases for gclient.Client.DoRequestObj
add error stack for internal error printing
Feature/gsvc interface (#1871)
add switch of brief stack for package `gerror` (#2153)
improve package ghttp
fix router parameters handling by auto url decoding (#2262)
replace char <xxx> to ;add GetWithEnv/GetWithCmd fuctions for package gcfg
fix version of redoc
improve package gcfg for searching priority
copyright comment update
fix issue in configuration StdoutColorDisabled for package glog; rename TempDir to Temp for package gfile
add x-url-path feature for ghttp.Server
merge master and update unit test
fix data race in UT cases for package ghttp
add ut cases for package ghttp_response (#2352)
add ut cases for package ghttp_middleware and ghttp_request (#2344)
improve handler response for ghttp.Server
add ut cases for package ghttp_request (#2351)
fix issue when only one file was uploaded in batch receiver attribute (#2365)
t.Assert(err, nil) -> t.AssertNil(err)
rename gdebug.TestData* -> gtest.Data*; add UT case for http server
fix BuildParams with urlEncode when len(v) <= 6 (#2308)