Skip to content

Commit

Permalink
Define CAR v2 as a separate go module
Browse files Browse the repository at this point in the history
Since we are releasing a new major version, define a new go module for
the CAR v2 implementation, following the recommendations here:
- https://blog.golang.org/v2-go-modules

The module is versioned as go 1.15 to maintain compatibility as pointed
out by comment here:
- #75 (comment)
  • Loading branch information
masih committed Jun 10, 2021
1 parent 71cfa2f commit f2ff2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v2/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/ipld/go-car/v2

go 1.15

0 comments on commit f2ff2ca

Please sign in to comment.