service/bizcommon/util/x_test.go

8 lines
74 B
Go
Raw Normal View History

2024-06-13 16:40:22 +08:00
package util
import "testing"
func TestRound(t *testing.T) {
Round()
}