Browse Source

Remove unused imports

tags/0.2
No-ops 6 years ago
parent
commit
a2eb7ba410
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      gearman.go

+ 0
- 5
gearman.go View File

@@ -17,8 +17,3 @@ in an easy way.
import "github.com/mikespook/gearman-go/worker"
*/
package gearman

import (
_ "github.com/mikespook/gearman-go/client"
_ "github.com/mikespook/gearman-go/worker"
)

Loading…
Cancel
Save