From 609dcf79abfaac839ce2d8ec9a1dee18c9d380a6 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Mon, 27 Feb 2023 13:34:51 -0800 Subject: [PATCH] chore: remove superfluous testing section from README (#2150) --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b1d846a16..533a36f75 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