mirror of https://github.com/status-im/fathom.git
Fix missing import for randomdata deleted by goimports
This commit is contained in:
parent
7c0cfd83a0
commit
bf0252cabb
|
@ -5,6 +5,7 @@ import (
|
|||
"math/rand"
|
||||
"time"
|
||||
|
||||
randomdata "github.com/Pallinder/go-randomdata"
|
||||
"github.com/dannyvankooten/ana/models"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue