aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/random_bugs/create_random_bugs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/random_bugs/create_random_bugs.go b/misc/random_bugs/create_random_bugs.go
index b5c19e63..7ac18db4 100644
--- a/misc/random_bugs/create_random_bugs.go
+++ b/misc/random_bugs/create_random_bugs.go
@@ -5,10 +5,11 @@ import (
"strings"
"time"
+ "github.com/icrowley/fake"
+
"github.com/MichaelMure/git-bug/bug"
"github.com/MichaelMure/git-bug/identity"
"github.com/MichaelMure/git-bug/repository"
- "github.com/icrowley/fake"
)
type opsGenerator func(bug.Interface, identity.Interface, int64)