diff options
author | tjp <tjp@ctrl-c.club> | 2024-06-02 20:04:57 -0600 |
---|---|---|
committer | tjp <tjp@ctrl-c.club> | 2024-06-02 20:04:57 -0600 |
commit | b7e284c68c7f34e23ab30ffe95d364f22b6ced4e (patch) | |
tree | 743cc1cddb07e5f7e1e82f23d98cec28a38ac94b /go.mod |
initial commitmain
[Not]Equal checks in `assert` and `must` packages
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module git.tjp.lol/assert + +go 1.22.3 + +require github.com/google/go-cmp v0.6.0 |