Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Add Go module support #40

Merged
merged 3 commits into from
Feb 3, 2019
Merged

Add Go module support #40

merged 3 commits into from
Feb 3, 2019

Conversation

anacrolix
Copy link
Contributor

This seems like a good opportunity to add and demonstrate the Go module turd files, as currently this repo will not be go-gettable until libp2p/go-reuseport-transport#6 is merged. There's also no gx for this repo to contend with. The added go.mod files include go-reuseport wasm support without using the unmerged PR to go-reuseport-transport.

Users can (with Go 1.11) install all the binaries for example with GO111MODULE=on go install -v ./... from the repo root, and test wasm build compat with GO111MODULE=on GOOS=js GOARCH=wasm go test ./....

@raulk
Copy link
Member

raulk commented Jan 28, 2019

@anacrolix PR was opened 25 days ago. Have any deps changed since then?

License: MIT
Signed-off-by: Matt Joiner <anacrolix@gmail.com>
License: MIT
Signed-off-by: Matt Joiner <anacrolix@gmail.com>
License: MIT
Signed-off-by: Matt Joiner <anacrolix@gmail.com>
@anacrolix
Copy link
Contributor Author

@raulk No they haven't (just tested). A future PR can include CI for go mod support.

@anacrolix anacrolix merged commit 188a607 into master Feb 3, 2019
@ghost ghost removed the status/in-progress In progress label Feb 3, 2019
@anacrolix anacrolix deleted the feat/go.mod branch February 3, 2019 21:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants