func mime/multipart.skipLWSPChar

3 uses

	mime/multipart (current package)
		multipart.go#L386: 	rest = skipLWSPChar(rest)
		multipart.go#L401: 	rest = skipLWSPChar(rest)
		multipart.go#L416: func skipLWSPChar(b []byte) []byte {