1
0
mirror of https://github.com/fumiama/go-base16384.git synced 2026-06-21 03:11:03 +08:00

放弃 cgo

This commit is contained in:
fumiama
2021-10-28 14:02:36 +08:00
parent e989e44588
commit b764251f95
9 changed files with 257 additions and 69 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/fumiama/go-base16384
go 1.16
require golang.org/x/text v0.3.6
require (
github.com/wdvxdr1123/ZeroBot v1.3.2
golang.org/x/text v0.3.6
)