First commit.

This commit is contained in:
jlaffaye
2011-05-07 00:29:10 +01:00
commit bcc332e95c
5 changed files with 395 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
include ${GOROOT}/src/Make.inc
TARG= ftp
GOFILES=\
ftp.go\
status.go
include ${GOROOT}/src/Make.pkg