gofix go1rename

This commit is contained in:
jim teeuwen 2011-11-09 14:56:55 +01:00
parent 4b31ea924d
commit 8a9dae755c
3 changed files with 8 additions and 8 deletions

View file

@ -25,16 +25,16 @@
package xmlx
import (
"bytes"
"encoding/xml"
"errors"
"os"
"fmt"
"go-charset.googlecode.com/hg/charset"
"io"
"io/ioutil"
"net/http"
"os"
"strings"
"bytes"
"xml"
"fmt"
"http"
"go-charset.googlecode.com/hg/charset"
)
// represents a single XML document.