wp-go/app/plugins/devexample/plugintt/xx/oo.go.dev

12 lines
215 B
Plaintext
Raw Normal View History

2023-05-04 13:39:29 +00:00
package xx
import (
"fmt"
"github.com/shopspring/decimal"
)
func Xo() {
fmt.Println("xxoo")
fmt.Println(decimal.Max(decimal.NewFromFloat(32.3333333333333), decimal.NewFromFloat(32.33333333333331)).String())
}