Docs: Different Versions - go-easygen/easygen GitHub Wiki
Different Versions
The easygen
has gone through four different versions whose API are a bit different between them.
To always stay at the latest version, import
"github.com/go-easygen/easygen"
in your Go code. However, to stay within a certain version, import
the following package respectively to what you need:
- V4: "gopkg.in/easygen.v4"
- V3: "gopkg.in/easygen.v3"
- V2: "gopkg.in/easygen.v2"
- V1: "gopkg.in/easygen.v1"
To see the differences between them, check out