add test package

This commit is contained in:
baoyangchai 2022-04-10 19:26:26 +08:00
parent 76977dff1d
commit f67e70744e

View File

@ -5,6 +5,7 @@ import (
"math/rand" "math/rand"
"os" "os"
"path/filepath" "path/filepath"
"testing"
"time" "time"
"gorm.io/driver/mysql" "gorm.io/driver/mysql"