package httputil import ( "fmt" "testing" ) func TestContentSubtype(t *testing.T) { fmt.Println(ContentSubtype("application/json, text/plain, */*")) }