gofix Go 1 pkg renames.

This commit is contained in:
Mikkel Krautz 2011-11-09 12:52:12 +01:00
parent 53db9cd2fb
commit adb9791b7c
5 changed files with 6 additions and 6 deletions

View file

@ -6,10 +6,10 @@ package htmlfilter
import (
"bytes"
"encoding/xml"
"errors"
"io"
"strings"
"xml"
)
type Options struct {