package godecimal import ( "testing" ) func TestName(t *testing.T) { t.Log(Decimal(2.3333)) }