For the goinstall command, move files out of sub-dir.

--HG--
rename : src/gearman/client/job.go => src/gearman/clientjob.go
rename : src/gearman/worker/jobclient.go => src/gearman/jobclient.go
rename : src/gearman/worker/job.go => src/gearman/workerjob.go
This commit is contained in:
mikespook 2011-09-26 11:56:24 +08:00
parent e902ac0573
commit 4b8306e3bd
5 changed files with 3 additions and 2232 deletions

View File

@ -7,10 +7,10 @@ include $(GOROOT)/src/Make.inc
TARG=gearman TARG=gearman
GOFILES=\ GOFILES=\
gearman.go\ gearman.go\
worker/job.go\ workerjob.go\
worker/jobclient.go\ jobclient.go\
worker.go\ worker.go\
client/job.go\ clientjob.go\
client.go\ client.go\
CLEANFILES+=gearman_test CLEANFILES+=gearman_test

2229
upload.py

File diff suppressed because it is too large Load Diff