a test for filenames

--HG--
rename : src/pkg/gearman/client_job.go => src/pkg/gearman/clientjob.go
rename : src/pkg/gearman/worker_job.go => src/pkg/gearman/workerjob.go
rename : src/pkg/gearman/worker_jobclient.go => src/pkg/gearman/workerjobclient.go
This commit is contained in:
mikespook 2011-09-06 16:38:49 +08:00
parent baf23ea5e1
commit c167025a3a
4 changed files with 3 additions and 3 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\ workerjobclient.go\
worker.go\ worker.go\
client_job.go\ clientjob.go\
client.go\ client.go\
CLEANFILES+=gearman_test CLEANFILES+=gearman_test