Procházet zdrojové kódy

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 před 6 roky
rodič
revize
551aad21a6
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      go.mod

+ 3 - 0
go.mod

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