package decimal import ( "log" "testing" ) func TestName(t *testing.T) { log.Println(Decimal(2.3333)) }