diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-05-08 22:51:50 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-05-08 22:55:33 +0700 |
| commit | 5c3f18000a28bd91df23a19d1a419a94475f4133 (patch) | |
| tree | 266ccda505d6ac5bc4102092919245a24770eaf1 /go.mod | |
| parent | d44ef6654a0e76365da1c13730be4512d2307953 (diff) | |
| download | rescached-3.0.2.tar.xz | |
go.mod: comment replace directivev3.0.2
This cause package is unbuildable using normal go get or clone.
Fix #6.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ go 1.13 require github.com/shuLhan/share v0.15.0 -replace github.com/shuLhan/share => ../share +//replace github.com/shuLhan/share => ../share |
