1
0
mirror of https://github.com/shirou/gopsutil.git synced 2025-04-26 13:48:59 +08:00

Merge pull request #1646 from zhanluxianshen/clean-mktypes.sh

remove duplicate code in mktypes.sh
This commit is contained in:
shirou 2024-05-13 23:24:51 +09:00 committed by GitHub
commit 193aafb173
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@ PKGS="cpu disk docker host load mem net process"
GOOS=$(go env GOOS)
GOARCH=$(go env GOARCH)
GOARCH=$(go env GOARCH)
for DIR in . v3
do