1
0
Fork 0
forked from External/grumble

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

2
ctl.go
View file

@ -6,7 +6,7 @@ package main
import (
"log"
"rpc"
"net/rpc"
"strconv"
)

View file

@ -5,13 +5,13 @@
package main
import (
"big"
"crypto/rand"
"crypto/rsa"
"crypto/x509"
"crypto/x509/pkix"
"encoding/pem"
"log"
"math/big"
"os"
"path/filepath"
"time"

View file

@ -10,10 +10,10 @@ import (
"grumble/blobstore"
"log"
"net"
"net/rpc"
"os"
"path/filepath"
"regexp"
"rpc"
)
var servers map[int64]*Server

View file

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

View file

@ -11,9 +11,9 @@ import (
"crypto/sha1"
"crypto/tls"
"encoding/hex"
"http"
"encoding/xml"
"io/ioutil"
"xml"
"net/http"
)
type Register struct {