feat: use no cgo sqlite as default

This commit is contained in:
line-6000
2026-03-27 17:04:43 +08:00
parent 1e4cf0fdd5
commit d6e7927605
8 changed files with 122 additions and 70 deletions
+1 -1
View File
@@ -13,6 +13,6 @@ func main() {
}
}()
color.Green.Printf("%s\n", " _____ _ _ \n | ____|_ __ _ _ ___ __| | |_ \n | _| | '_ \\| | | / __|/ _` | __|\n | |___| |_) | |_| \\__ \\ (_| | |_ \n |_____| .__/ \\__,_|___/\\__,_|\\__|\n |_| ")
color.Infof("Epusdt version(%s) Powered by %s %s \n", config.GetAppVersion(), "assimon", "https://github.com/assimon/epusdt")
color.Infof("Epusdt version(%s) Powered by %s %s \n", config.GetAppVersion(), "GMwalletApp", "https://github.com/GMwalletApp/epusdt")
bootstrap.Start()
}