liftbridge-io / go-liftbridge

Go client for Liftbridge. https://github.com/liftbridge-io/liftbridge
Apache License 2.0
67 stars 18 forks source link

Fix v2 module #70

Closed tylertreat closed 3 years ago

tylertreat commented 3 years ago

Create separate v2 module and keep v1 in the root directory per Go module guidelines (https://blog.golang.org/v2-go-modules).

Resolves #66