Merge pull request #4647 from Loyalsoldier/context-fix-lint

Fix lint and format code in adapter/context dir
This commit is contained in:
Ming Deng 2021-06-06 16:33:21 +08:00 committed by GitHub
commit ca328208cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
- Fix lint and format code in adapter/config dir [4646](https://github.com/beego/beego/pull/4646) - Fix lint and format code in adapter/config dir [4646](https://github.com/beego/beego/pull/4646)
- Add http client and option func. [4455](https://github.com/beego/beego/issues/4455) - Add http client and option func. [4455](https://github.com/beego/beego/issues/4455)
- Add: Convenient way to generate mock object [4620](https://github.com/beego/beego/issues/4620) - Add: Convenient way to generate mock object [4620](https://github.com/beego/beego/issues/4620)
- Fix lint and format code in adapter/context dir [4647](https://github.com/beego/beego/pull/4647)
- Infra: use dependabot to update dependencies. [4623](https://github.com/beego/beego/pull/4623) - Infra: use dependabot to update dependencies. [4623](https://github.com/beego/beego/pull/4623)
- Lint: use golangci-lint. [4619](https://github.com/beego/beego/pull/4619) - Lint: use golangci-lint. [4619](https://github.com/beego/beego/pull/4619)
- Fix lint and format code in adapter/httplib dir [4648](https://github.com/beego/beego/pull/4648) - Fix lint and format code in adapter/httplib dir [4648](https://github.com/beego/beego/pull/4648)

View File

@ -25,7 +25,6 @@ import (
// Demo is used to test, it's empty // Demo is used to test, it's empty
func Demo(i int) { func Demo(i int) {
} }
func TestConvertParams(t *testing.T) { func TestConvertParams(t *testing.T) {