This commit is contained in:
mattn 2011-11-09 23:18:51 +09:00
parent 0a0f20b95e
commit 4201b13e32

View File

@ -17,16 +17,16 @@ import (
"bytes" "bytes"
"crypto/tls" "crypto/tls"
"encoding/base64" "encoding/base64"
"encoding/xml"
"errors" "errors"
"fmt" "fmt"
"http"
"io" "io"
"log" "log"
"net" "net"
"net/http"
"net/url"
"os" "os"
"strings" "strings"
"url"
"xml"
) )
const ( const (