aqi/utils/format/format_byte_test.go
2024-06-18 18:09:39 +08:00

9 lines
105 B
Go

package format
import "testing"
func TestBite(t *testing.T) {
bytes := Bites(2624954)
t.Log(bytes)
}