Initial commit.

This commit is contained in:
Dmitry Chestnykh
2011-04-05 17:57:25 +02:00
commit 4bfaae0c47
5 changed files with 173 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
include $(GOROOT)/src/Make.inc
TARG=github.com/dchest/uniuri
GOFILES=\
uniuri.go
include $(GOROOT)/src/Make.pkg