1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-14 02:33:03 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
jessetang
2a65502be2
style(config): code style tweaks and abstracts some methods (#2465)
* style(config): code specification tweaks and abstracts some methods

* optimize

* modify func location
2022-11-02 18:15:33 +08:00
jesse.tang
9f65c1a03d
cleanup: remove redundancy type conversion and golangci add unconvert (#2409)
* cleanup: remove redundancy type conversion

* golangci add unconvert check
2022-10-10 11:19:39 +08:00
jesse.tang
4d95050747
fix: fmt import (#2379) 2022-09-27 14:08:08 +08:00
shengzhou
dec323113f
test(config/file): add format test (#2147) (#2168) 2022-07-08 19:52:39 +08:00
songzhibin97
8a8626331d
Update file.go (#2005) 2022-05-20 15:37:28 +08:00
haiyux
00c05e82a3
test:remove testify go mod (#1766)
* test:remove testify go mod

* tidy go mdo

* fix test
2022-01-14 10:02:42 +08:00
Eng Zer Jun
77b16286f8
refactor: move from io/ioutil to io and os packages (#1633)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-11-16 13:22:35 +08:00
letian
53563ab498
fix error in file test (#1483) 2021-09-15 21:05:17 +08:00
Kagaya
f7588a47de
fix: ci lint error (#1391)
* fix lint check

* fix lll lint error

* fix build error

* fix gomnd

* fix shadow declaration

* add make test command

* update
2021-08-31 10:14:57 +08:00
月墨夕
fdce5f0746
fix:config groutine(watch) leak (#1327)
* fix:config goroutine(watch) Leak
2021-08-13 14:09:53 +08:00
Windfarer
6d06721fc8
fix(config): fix data race (#1316)
* data race

* fix values

* lock
2021-08-11 07:59:58 +08:00
Yongzheng Lai
b68265c365
fix: using t.TempDir (#1289) 2021-08-02 18:51:31 +08:00
Kuiba
060cb24535
<test> config/file: add tests for file watcher (#1199)
* add file watcher test
2021-07-16 21:41:49 +08:00
Tony Chen
e989bb04e3
add yaml encoder (#924) 2021-05-17 21:52:23 +08:00
包子
0e4a057027
modify kratos cmd new project (#907)
* Modifying the kratos cmd new project does not use the go git module, but uses the native git command
2021-05-12 22:33:26 +08:00
包子
b8d5d709e9
middleware/logging add traceid to the printed log,modify the example code and update the dependent version (#877)
* middleware/logging add traceid to the printed log,modify the example code and update the dependent version

* Fix the problem that the configuration could not use arrays
2021-04-28 14:30:51 +08:00
Tony Chen
a4409adf16
fix interface defines (#760)
* fix interface defines
2021-03-11 23:26:07 +08:00
chenzhihui
3566386a89 init v2 2021-02-17 17:14:47 +08:00