microcosm-cc / bluemonday

bluemonday: a fast golang HTML sanitizer (inspired by the OWASP Java HTML Sanitizer) to scrub user generated content of XSS
https://github.com/microcosm-cc/bluemonday
BSD 3-Clause "New" or "Revised" License
3.2k stars 175 forks source link

Use new golang.org/x/... import paths. #10

Closed dmitshur closed 9 years ago

dmitshur commented 9 years ago

See http://golang.org/s/go14subrepo.

Trim (unnecessary) trailing whitespace.

I've also changed the golang.org/x/net/html package link in README.md to point to the godoc rather than its source (which can be navigated to from godoc), since that is a more presentable way to view a package. I hope that's okay.

grafana-dee commented 9 years ago

Thanks, I had a nice todo list for the many repos I needed to update this in. I can cross one off now.