wheat-cache/pkg/util/memory_test.go

11 lines
121 B
Go

package util
import (
"fmt"
"testing"
)
func TestParseSizeToBit(t *testing.T) {
fmt.Print(ParseSizeToBit("18KB"))
}