guregu / null

reasonable handling of nullable values
BSD 2-Clause "Simplified" License
1.86k stars 238 forks source link

how versions are working #58

Closed mohammad-safakhou closed 4 years ago

mohammad-safakhou commented 4 years ago

hi how your versioning works? can you plz help me understand v4 v8 and none really? :)

guregu commented 4 years ago

Use v4 unless you’re on an old version of Go: import "gopkg.in/guregu/null.v4" Otherwise use v3. If you want to know why they’re different, read the release notes: https://github.com/guregu/null/releases

There is no v8 so I don’t really know what you mean by that.