gitee.com/zhongguo168a/gocodes@v0.0.0-20230609140523-e1828349603f/myx/scale/scale_test.go (about) 1 package scale 2 3 import ( 4 "fmt" 5 "testing" 6 ) 7 8 func TestName(t *testing.T) { 9 fmt.Println(DecimalTo(4294967295, 91)) 10 } 11 func TestName2(t *testing.T) { 12 fmt.Println(ToDecimal("0|Rq<P", 75)) 13 }