go-zero/core/proc
Kevin Wan ac321fc146
feat: add fields with logx methods, support using third party logging libs. (#1847)
* backup

* simplify

* chore: remove unused pool

* chore: fix lint errors

* chore: use strings.Builder instead of bytes.Buffer

* test: add more tests

* chore: fix reviewdog

* test: fix data race

* feat: make logger customizable

* chore: fix reviewdog

* test: fix fails

* chore: fix set writer twice

* chore: use context instead of golang.org context

* chore: specify uint32 for level types
2022-05-03 17:34:26 +08:00
..
env_test.go initial import 2020-07-26 17:09:05 +08:00
env.go fix golint issues in core/proc (#502) 2021-02-22 10:07:39 +08:00
goroutines_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
goroutines.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
goroutines+polyfill.go fix proc.Done not found in windows (#1026) 2021-09-12 15:41:33 +08:00
process_test.go initial import 2020-07-26 17:09:05 +08:00
process.go fix golint issues in core/proc (#502) 2021-02-22 10:07:39 +08:00
profile_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
profile.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
profile+polyfill.go fix proc.Done not found in windows (#1026) 2021-09-12 15:41:33 +08:00
shutdown_test.go ci: add test for win (#1503) 2022-02-05 00:06:23 +08:00
shutdown.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
shutdown+polyfill.go fix proc.Done not found in windows (#1026) 2021-09-12 15:41:33 +08:00
signals_test.go implement k8s service discovery (#988) 2021-09-04 10:27:08 +08:00
signals.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
signals+polyfill.go fix proc.Done not found in windows (#1026) 2021-09-12 15:41:33 +08:00
stopper_test.go add more tests for proc (#439) 2021-02-05 15:11:27 +08:00
stopper.go fix golint issues in core/proc (#502) 2021-02-22 10:07:39 +08:00