mirror of
https://github.com/wonli/aqi.git
synced 2025-10-05 08:36:58 +08:00
init
This commit is contained in:
8
utils/format/format_byte_test.go
Normal file
8
utils/format/format_byte_test.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package format
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestBite(t *testing.T) {
|
||||
bytes := Bites(2624954)
|
||||
t.Log(bytes)
|
||||
}
|
Reference in New Issue
Block a user