first import.

This commit is contained in:
mattn
2011-11-11 21:36:22 +09:00
commit 6c2d2c4b6b
4 changed files with 325 additions and 0 deletions

6
example/Makefile Normal file
View File

@@ -0,0 +1,6 @@
include $(GOROOT)/src/Make.inc
TARG = main
GOFILES = main.go
include $(GOROOT)/src/Make.cmd