Browse Source

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
tags/0.0.1
mikespook 12 years ago
parent
commit
4b8306e3bd
5 changed files with 3 additions and 2232 deletions
  1. +3
    -3
      src/gearman/Makefile
  2. +0
    -0
      src/gearman/clientjob.go
  3. +0
    -0
      src/gearman/jobclient.go
  4. +0
    -0
      src/gearman/workerjob.go
  5. +0
    -2229
      upload.py

+ 3
- 3
src/gearman/Makefile View File

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

CLEANFILES+=gearman_test


src/gearman/client/job.go → src/gearman/clientjob.go View File


src/gearman/worker/jobclient.go → src/gearman/jobclient.go View File


src/gearman/worker/job.go → src/gearman/workerjob.go View File


+ 0
- 2229
upload.py
File diff suppressed because it is too large
View File


Loading…
Cancel
Save