1
0
mirror of https://github.com/fumiama/go-base16384.git synced 2026-06-11 05:30:41 +08:00
This commit is contained in:
源文雨
2022-03-19 19:34:32 +08:00
parent 42e4c3cd4b
commit 851f9f8666
8 changed files with 418 additions and 50 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.7
require (
github.com/stretchr/testify v1.7.1
golang.org/x/text v0.3.7
)