goimports cleanup

This commit is contained in:
jdl
2023-10-16 09:39:50 +02:00
parent ff8b87d6ea
commit 73a2d351d4
45 changed files with 129 additions and 97 deletions

View File

@@ -4,7 +4,6 @@ import (
"crypto/rand"
"errors"
"hash/crc32"
"git.crumpington.com/public/jldb/mdb"
"log"
mrand "math/rand"
"os"
@@ -13,6 +12,8 @@ import (
"sync"
"sync/atomic"
"time"
"git.crumpington.com/public/jldb/mdb"
)
type DataItem struct {