Fix missing import for randomdata deleted by goimports

This commit is contained in:
Matthias Loibl 2016-12-25 17:11:37 +01:00
parent 7c0cfd83a0
commit bf0252cabb
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import (
"math/rand"
"time"
randomdata "github.com/Pallinder/go-randomdata"
"github.com/dannyvankooten/ana/models"
)