aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-17Import google/uuid v1.3.0HEADmastermainDan Willemsen
2021-07-12Minor cleanup.Paul Borman
2021-07-12Remove TestConformance from null_test.go. It was useful to demonstratePaul Borman
2021-07-12feat(uuid): Added support for NullUUID (#76)Samuel Roth
2021-07-08Add randomness pool mode for V4 UUID (#80)Andrey Pechkurov
2021-03-30feat: add public matcher function for custom error type invalidLengthError (#78)Charlie Lukman
2021-01-22Add NewString Func (#73)jackterm
2021-01-14hash.go hash error covered and linter error fixed (#71)Yusuf Turhan Papurcu
2021-01-14Update sql.go (#72)Steven Kaufman
2021-01-04Reduce custom error allocation (#70)Mitsuo Heijo
2020-12-30Use a custom error type for invalid lengths, replacing `fmt.Errorf` (#69)Joe Wreschnig
2020-07-02Fix race in NewUUID() (#64)Andrey Abramov
2020-05-19refactor (*UUID).UnmarshalText (#58)Tomáš Procházka
2020-03-30Resolved code issues of gofmt and golint (#55)Andy Pan
2020-03-11Merge pull request #53 from KosToZyB/masterpborman
2020-03-04Update README.mdVeselkov Konstantin
2019-07-08Initial empty repositoryInna Palant
2019-04-16Merge pull request #44 from trabetti/masterpborman
2019-03-13remove uuid_sourcetalis
2019-02-28use strings.NewReader() instead of math/rand.Randtalis
2019-02-28Merge branch 'master' of https://github.com/google/uuidtalis
2019-02-28reused version4 NewRandom() and added better testingtalis
2019-02-27Add darkfeline's change to set ifname if no interface is found.Paul Borman
2019-02-26simplify testtalis
2019-02-20added source to enable concurrent reproducible usagetalis
2018-09-17Merge pull request #38 from dmitris/go-modpborman
2018-09-17add go.mod fileDmitry Savintsev
2018-09-17Merge pull request #37 from google/bormanpborman
2018-09-09Add parsing support for:Paul Borman
2018-08-28Merge pull request #35 from OrlovEvgeny/masterpborman
2018-08-28Merge pull request #26 from martinlindhe/mustparsepborman
2018-08-27Remove leftover comment.Paul Borman
2018-08-24edit sliceoj
2017-11-29Merge pull request #28 from elliott5/gopherjspborman
2017-11-29remove net when targeting JSElliott Stoneham
2017-11-22Merge pull request #27 from martinlindhe/masterpborman
2017-11-22fix some typosMartin Lindhe
2017-11-22remove false claim about NewRandom() panic, pointed out in https://github.com...Martin Lindhe
2017-11-22add MustParse(), which returns an UUID or panicsMartin Lindhe
2017-11-22make 'go vet' happyMartin Lindhe
2017-11-13Merge pull request #23 from loderunner/masterpborman
2017-11-10add FromBytes constructorCharles Francoise
2017-10-19Merge pull request #22 from kortschak/constantpborman
2017-10-19Remove never-true conditionalkortschak
2017-08-14Merge pull request #17 from Kerrigan29a/patch-1pborman
2017-08-12A little error in the documentation of dce.goJavier Escalada
2017-07-28Merge pull request #16 from KonstantinCodes/typospborman
2017-07-28Typos suggested by @corburnKonstantin Scheumann
2017-07-24Merge pull request #15 from sjeandeaux/test/data-egals-datapborman
2017-07-23[test] compare two slices of bytes thanks @maknihamdiStéphane Jeandeaux