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.
goint64/goint64_test.go

20 lines
312 B

package goint64
import "testing"
func TestToFloat64(t *testing.T) {
t.Log(ToFloat64(1444))
}
func TestToUnwrap(t *testing.T) {
t.Log(ToUnwrap(1444, 2))
}
func TestToUnwrapToInt64(t *testing.T) {
t.Log(ToUnwrapToInt64(1444, 2))
}
func TestToFloat64NewWiFi(t *testing.T) {
t.Log(ToFloat64NewWiFi(1444))
}