You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
goint/goint_test.go

14 lines
159 B

package goint
import (
"testing"
)
func TestToString(t *testing.T) {
t.Log(ToString(9898))
}
func TestToFloat64(t *testing.T) {
t.Log(ToFloat64(9898))
}