go-zero/core/proc
Kevin Wan 0fdd8f54eb
ci: add test for win (#1503)
* ci: add test for win

* ci: update check names

* ci: use go build instead of go test to verify win test

* fix: windows test failure

* chore: disable logs in tests
2022-02-05 00:06:23 +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 add unit test, fix interceptor bug 2020-09-29 14:30:22 +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 add unit test, fix interceptor bug 2020-09-29 14:30:22 +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