diff options
author | Luke Champine <luke.champine@gmail.com> | 2019-10-22 17:27:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-22 17:27:48 -0400 |
commit | 05486c32d2361f6d3b5ba349afa2917bca637023 (patch) | |
tree | 2ca293a1897577f0f1172e2267587e56602a38ee /go.mod | |
parent | broadcast in AtomicSet (diff) | |
parent | Add go.mod file (diff) | |
download | stm-05486c32d2361f6d3b5ba349afa2917bca637023.tar.gz stm-05486c32d2361f6d3b5ba349afa2917bca637023.tar.xz |
Merge pull request #2 from anacrolix/go.mod
Add go.mod file
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/lukechampine/stm + +go 1.13 |