dummy-data: fix build for renamed bbolt package

This commit is contained in:
mappu 2021-04-12 17:07:16 +12:00
parent e45eea7111
commit fc2da972ef

View File

@ -5,7 +5,7 @@ import (
"math/rand" "math/rand"
"os" "os"
"github.com/boltdb/bolt" bolt "github.com/boltdb/bolt"
) )
func random_name() string { func random_name() string {