Explorar el Código

Move the source files from src/ to src/gearman/.

--HG--
rename : src/Makefile => src/gearman/Makefile
rename : src/client.go => src/gearman/client.go
rename : src/client/job.go => src/gearman/client/job.go
rename : src/client_test.go => src/gearman/client_test.go
rename : src/gearman.go => src/gearman/gearman.go
rename : src/worker.go => src/gearman/worker.go
rename : src/worker/job.go => src/gearman/worker/job.go
rename : src/worker/jobclient.go => src/gearman/worker/jobclient.go
rename : src/worker_test.go => src/gearman/worker_test.go
tags/0.0.1
mikespook hace 12 años
padre
commit
e902ac0573
Se han modificado 9 ficheros con 0 adiciones y 0 borrados
  1. +0
    -0
      src/gearman/Makefile
  2. +0
    -0
      src/gearman/client.go
  3. +0
    -0
      src/gearman/client/job.go
  4. +0
    -0
      src/gearman/client_test.go
  5. +0
    -0
      src/gearman/gearman.go
  6. +0
    -0
      src/gearman/worker.go
  7. +0
    -0
      src/gearman/worker/job.go
  8. +0
    -0
      src/gearman/worker/jobclient.go
  9. +0
    -0
      src/gearman/worker_test.go

src/Makefile → src/gearman/Makefile Ver fichero


src/client.go → src/gearman/client.go Ver fichero


src/client/job.go → src/gearman/client/job.go Ver fichero


src/client_test.go → src/gearman/client_test.go Ver fichero


src/gearman.go → src/gearman/gearman.go Ver fichero


src/worker.go → src/gearman/worker.go Ver fichero


src/worker/job.go → src/gearman/worker/job.go Ver fichero


src/worker/jobclient.go → src/gearman/worker/jobclient.go Ver fichero


src/worker_test.go → src/gearman/worker_test.go Ver fichero


Cargando…
Cancelar
Guardar