瀏覽代碼

add mod file (#94)

- [go modules](https://github.com/golang/go/wiki/Modules) will be enabled in 1.13.
- after merge it would be nice if you would tag this repo: e.g. `v1.0.0`
  - this will allow consumers something more consistent and readable than `v0.0.0-20181229203832-0af3f3b09a0a`.
Colin Arnott 6 年之前
父節點
當前提交
551aad21a6
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      go.mod

+ 3 - 0
go.mod

@@ -0,0 +1,3 @@
+module github.com/bradfitz/gomemcache
+
+go 1.12