Initial commit

This commit is contained in:
Patrick Mylund Nielsen
2012-01-02 11:01:04 +01:00
commit 3088a9aad8
4 changed files with 327 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
include $(GOROOT)/src/Make.inc
TARG=github.com/pmylund/go-cache
GOFILES=\
cache.go\
include $(GOROOT)/src/Make.pkg