From 97b1aaee94a168074790ba39bf2f3bbff2d15a1f Mon Sep 17 00:00:00 2001 From: shirou <shirou.faw@gmail.com> Date: Sat, 7 Sep 2024 00:00:45 +0900 Subject: [PATCH] fix: remove coverall and godocs.io badge from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce50b6ba..675a572a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # gopsutil: psutil for golang -[](https://github.com/shirou/gopsutil/actions/workflows/test.yml) [](https://coveralls.io/github/shirou/gopsutil?branch=master) [](https://pkg.go.dev/github.com/shirou/gopsutil/v4) [](https://godocs.io/github.com/shirou/gopsutil/v4) [](https://calver.org/) +[](https://github.com/shirou/gopsutil/actions/workflows/test.yml) [](https://pkg.go.dev/github.com/shirou/gopsutil/v4) [](https://calver.org/) This is a port of psutil (https://github.com/giampaolo/psutil). The challenge is porting all psutil functions on some architectures.