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