Browse Source

Adding worker stub package

Blallo 3 years ago
parent
commit
cee6d56d27
1 changed files with 3 additions and 0 deletions
  1. 3 0
      worker/worker.go

+ 3 - 0
worker/worker.go

@@ -0,0 +1,3 @@
+package worker
+
+type Worker struct{}