Browse Source

snappy: import path gofixes.

R=bradfitz
CC=golang-dev
http://codereview.appspot.com/5505066
Nigel Tao 14 years ago
parent
commit
06ee9ff6bc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      snappy/Makefile
  2. 1 1
      snappy/snappy_test.go

+ 1 - 1
snappy/Makefile

@@ -4,7 +4,7 @@
 
 include $(GOROOT)/src/Make.inc
 
-TARG=snappy-go.googlecode.com/hg/snappy
+TARG=code.google.com/p/snappy-go/snappy
 GOFILES=\
 	decode.go\
 	encode.go\

+ 1 - 1
snappy/snappy_test.go

@@ -8,7 +8,7 @@ import (
 	"bytes"
 	"fmt"
 	"io/ioutil"
-	"rand"
+	"math/rand"
 	"strings"
 	"testing"
 )