0
0

Merge pull request #132 from avsej/master

Update "code.google.com" import paths
This commit is contained in:
Marty Schoch 2014-12-09 17:39:04 -05:00
commit b97da21d5c
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ package unicode_normalize
import ( import (
"fmt" "fmt"
"code.google.com/p/go.text/unicode/norm" "golang.org/x/text/unicode/norm"
"github.com/blevesearch/bleve/analysis" "github.com/blevesearch/bleve/analysis"
"github.com/blevesearch/bleve/registry" "github.com/blevesearch/bleve/registry"
) )

View File

@ -16,7 +16,7 @@ import (
"io" "io"
"math" "math"
"code.google.com/p/goprotobuf/proto" "github.com/golang/protobuf/proto"
) )
const ByteSeparator byte = 0xff const ByteSeparator byte = 0xff

View File

@ -13,7 +13,7 @@ import (
"reflect" "reflect"
"testing" "testing"
"code.google.com/p/goprotobuf/proto" "github.com/golang/protobuf/proto"
) )
func TestRows(t *testing.T) { func TestRows(t *testing.T) {

View File

@ -21,7 +21,7 @@ import (
"github.com/blevesearch/bleve/index" "github.com/blevesearch/bleve/index"
"github.com/blevesearch/bleve/index/store" "github.com/blevesearch/bleve/index/store"
"code.google.com/p/goprotobuf/proto" "github.com/golang/protobuf/proto"
) )
var VersionKey = []byte{'v'} var VersionKey = []byte{'v'}

View File

@ -15,7 +15,7 @@ It has these top-level messages:
*/ */
package upside_down package upside_down
import proto "code.google.com/p/goprotobuf/proto" import proto "github.com/golang/protobuf/proto"
import math "math" import math "math"
// Reference imports to suppress errors if they are not otherwise used. // Reference imports to suppress errors if they are not otherwise used.