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.
go-library/utils/godecimal/godecimal_test.go

10 lines
98 B

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