Commit Graph

20 Commits

Author SHA1 Message Date
74dd8fb7e9 docs(examples): add error handling to examples 2021-12-17 01:48:41 +00:00
a86282e34d chore(makefile): various minor updates and tweaks 2021-12-17 00:17:40 +00:00
0a42d1e112 chore(deps): update golangci-lint to 1.43 2021-12-17 00:10:50 +00:00
b59d421322 chore(test): enable parallel test execution
Seems to cut overall total test time down to one third the time.
2021-12-16 20:16:03 +00:00
164ccc497a feat(error): export error variables 2021-12-16 20:15:17 +00:00
83bad54113 chore(release): 0.2.0 v0.2.0 2021-03-16 02:27:39 +00:00
09883ed0d2 docs(readme): add UUID() example to readme 2021-03-16 02:25:50 +00:00
d7f439e1d9 Merge pull request #2 from jimeh/add-uuid
feat(strings): add UUID function to generate random RFC 4122 UUID v4 strings
2021-03-16 02:23:18 +00:00
825a3c18fb feat(strings): add UUID function to generate random RFC 4122 UUID v4 strings 2021-03-16 02:14:56 +00:00
a755fe957a fix(strings): add missing benchmark for DNSLabel 2021-03-16 02:13:20 +00:00
ef9cb3a01d chore(docs): remove redundant RFC URLs
pkg.go.dev parses "RFC 1035, section 2.3.1" style text and links it to
the relevant place. So there's no need to also include a full URL for
documentation purposes.
2021-03-16 02:10:59 +00:00
6a03122985 chore(release): 0.1.1 v0.1.1 2021-01-20 08:55:26 +00:00
53f7741451 ci(bench): fix missing benchmarks from stored reports/graphs 2021-01-20 08:54:43 +00:00
16e33f432c docs(godoc): improve formatting of DNSLabel docs 2021-01-20 08:54:18 +00:00
48449585e8 chore(release): 0.1.0 v0.1.0 2021-01-20 03:20:37 +00:00
f13952d55e docs(readme): fix formatting issue 2021-01-20 03:14:20 +00:00
7379265233 Merge pull request #1 from jimeh/initial-implementation
feat(rands): initial implementation
2021-01-20 03:09:37 +00:00
417d0b007c ci(github): add GitHub Actions CI workflow 2021-01-20 02:58:16 +00:00
597fe535d3 feat(rands): initial implementation 2021-01-20 02:58:03 +00:00
3ddcfd415c chore: initial commit 2021-01-20 02:55:16 +00:00