1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-24 03:46:37 +02:00
This commit is contained in:
longXboy 2019-10-15 16:16:30 +08:00
parent 3ded57a9d7
commit 560bcd0c2a
2 changed files with 0 additions and 2 deletions

1
go.mod
View File

@ -26,7 +26,6 @@ require (
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/montanaflynn/stats v0.5.0
github.com/openzipkin/zipkin-go v0.2.1
github.com/otokaze/mock v0.0.0-20190125081256-8282b7a7c7c3

View File

@ -71,7 +71,6 @@ func newCgroupCPU() (cpu *cgroupCPU, err error) {
preSystem: preSystem,
preTotal: preTotal,
}
fmt.Printf("get cpu info:%+v \n", cpu)
return
}