mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
R=rsc CC=golang-dev https://golang.org/cl/5345045
This commit is contained in:
parent
30aa701fec
commit
45e3bcb343
87 changed files with 126 additions and 126 deletions
|
|
@ -10,15 +10,15 @@ import (
|
|||
"crypto/tls"
|
||||
"errors"
|
||||
"fmt"
|
||||
. "http"
|
||||
"http/httptest"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"net"
|
||||
. "net/http"
|
||||
"net/http/httptest"
|
||||
"net/url"
|
||||
"strconv"
|
||||
"strings"
|
||||
"testing"
|
||||
"url"
|
||||
)
|
||||
|
||||
var robotsTxtHandler = HandlerFunc(func(w ResponseWriter, r *Request) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue