mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-15 12:58:34 +08:00
删除test
This commit is contained in:
parent
b4e4011f8d
commit
51862fbdbf
@ -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)
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user