From b7f52cb1d973ab47fe807d6346a55e6a6e5af94c Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Mon, 27 Feb 2023 13:03:05 -0800 Subject: [PATCH] chore: remove superfluous testing section from README --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b1d846a161..533a36f751 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,6 @@ import "github.com/libp2p/go-libp2p" Examples can be found in the [examples folder](examples). -## Development - -### Tests - -`go test ./...` will run all tests in the repo. # Contribute