删除test

This commit is contained in:
gotoeasy 2022-06-27 16:07:34 +08:00
parent b4e4011f8d
commit 51862fbdbf

View File

@ -1,14 +0,0 @@
package cmn
import (
"log"
"testing"
)
func Test_all(t *testing.T) {
// u64 := StringToUint64("18446744073709551615", 0)
s64 := Uint64ToStringBase(10, 36)
uu64 := StringToUint(s64, 36, 0)
log.Println(s64, "-------------------", uu64, uu64)
}