first import.

This commit is contained in:
mattn
2011-02-28 11:44:24 +09:00
commit 76fbc3bb63
3 changed files with 523 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
include $(GOROOT)/src/Make.inc
TARG = github.com/mattn/xmpp
GOFILES = xmpp.go
include $(GOROOT)/src/Make.pkg