Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from libp2p/remove-go-mod-readme
Browse files Browse the repository at this point in the history
remove note about Go modules in README
  • Loading branch information
Stebalien authored Jul 17, 2021
2 parents 8e0c061 + f37f158 commit 848d965
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ NOTE: Currently, we don't make any attempts to prevent two reusport transports f
go get github.com/libp2p/go-reuseport-transport
```

This repo is [gomod](https://github.com/golang/go/wiki/Modules)-compatible, and users of
go 1.11 and later with modules enabled will automatically pull the latest tagged release
by referencing this package. Upgrades to future releases can be managed using `go get`,
or by editing your `go.mod` file as [described by the gomod documentation](https://github.com/golang/go/wiki/Modules#how-to-upgrade-and-downgrade-dependencies).

## Current use in libp2p

This package is *currently* used by the [go-tcp-transport](https://github.com/libp2p/go-tcp-transport) libp2p transport and will likely be used by more libp2p transports in the future.
Expand Down

0 comments on commit 848d965

Please sign in to comment.