diff options
author | Matt Joiner <anacrolix@gmail.com> | 2019-10-22 16:57:47 +1100 |
---|---|---|
committer | Matt Joiner <anacrolix@gmail.com> | 2019-10-22 16:57:47 +1100 |
commit | bc1a0059866ee3c146f7992671f4e86e9efe6527 (patch) | |
tree | 2ca293a1897577f0f1172e2267587e56602a38ee | |
parent | broadcast in AtomicSet (diff) | |
download | stm-bc1a0059866ee3c146f7992671f4e86e9efe6527.tar.gz stm-bc1a0059866ee3c146f7992671f4e86e9efe6527.tar.xz |
Add go.mod file
-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 |