Add gomod

This commit is contained in:
Oleg Balunenko 2020-12-08 16:21:05 +03:00
parent 46f4078530
commit 58acd1c290
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.idea/
.vscode/

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/patrickmn/go-cache
go 1.15