Parcourir la 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 il y a 12 ans
Parent
révision
4b8306e3bd
5 fichiers modifiés avec 3 ajouts et 2232 suppressions
  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 Voir le fichier

@@ -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 Voir le fichier


src/gearman/worker/jobclient.go → src/gearman/jobclient.go Voir le fichier


src/gearman/worker/job.go → src/gearman/workerjob.go Voir le fichier


+ 0
- 2229
upload.py
Fichier diff supprimé car celui-ci est trop grand
Voir le fichier


Chargement…
Annuler
Enregistrer