diff --git a/src/Makefile b/src/gearman/Makefile similarity index 100% rename from src/Makefile rename to src/gearman/Makefile diff --git a/src/client.go b/src/gearman/client.go similarity index 100% rename from src/client.go rename to src/gearman/client.go diff --git a/src/client/job.go b/src/gearman/client/job.go similarity index 100% rename from src/client/job.go rename to src/gearman/client/job.go diff --git a/src/client_test.go b/src/gearman/client_test.go similarity index 100% rename from src/client_test.go rename to src/gearman/client_test.go diff --git a/src/gearman.go b/src/gearman/gearman.go similarity index 100% rename from src/gearman.go rename to src/gearman/gearman.go diff --git a/src/worker.go b/src/gearman/worker.go similarity index 100% rename from src/worker.go rename to src/gearman/worker.go diff --git a/src/worker/job.go b/src/gearman/worker/job.go similarity index 100% rename from src/worker/job.go rename to src/gearman/worker/job.go diff --git a/src/worker/jobclient.go b/src/gearman/worker/jobclient.go similarity index 100% rename from src/worker/jobclient.go rename to src/gearman/worker/jobclient.go diff --git a/src/worker_test.go b/src/gearman/worker_test.go similarity index 100% rename from src/worker_test.go rename to src/gearman/worker_test.go