Skip to content

Commit

Permalink
use vendored github.com/glycerine/go-goon
Browse files Browse the repository at this point in the history
  • Loading branch information
glycerine committed Mar 24, 2015
1 parent 6a96fa7 commit d82e2b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rw.go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"reflect"
"bytes"
"github.com/shurcooL/go-goon"
"github.com/glycerine/go-goon"
)

// used in rw_test.go for round-trip testing write/read
Expand Down
2 changes: 1 addition & 1 deletion rw2.go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"reflect"
"bytes"
"github.com/shurcooL/go-goon"
"github.com/glycerine/go-goon"
)

// used in rw2_test.go for round-trip testing write/read
Expand Down
2 changes: 1 addition & 1 deletion rw3.go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"reflect"
"bytes"
"github.com/shurcooL/go-goon"
"github.com/glycerine/go-goon"
)

// used in rw3_test.go for round-trip testing write/read
Expand Down

0 comments on commit d82e2b7

Please sign in to comment.