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