Update btcwire import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 13:54:11 -06:00
parent 2c1923897d
commit d3e2947c05
30 changed files with 33 additions and 33 deletions

View file

@ -23,20 +23,20 @@ interface with bitcoin peers at the wire protocol level.
## Documentation
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)]
(http://godoc.org/github.com/conformal/btcwire)
(http://godoc.org/github.com/btcsuite/btcwire)
Full `go doc` style documentation for the project can be viewed online without
installing this package by using the GoDoc site here:
http://godoc.org/github.com/conformal/btcwire
http://godoc.org/github.com/btcsuite/btcwire
You can also view the documentation locally once the package is installed with
the `godoc` tool by running `godoc -http=":6060"` and pointing your browser to
http://localhost:6060/pkg/github.com/conformal/btcwire
http://localhost:6060/pkg/github.com/btcsuite/btcwire
## Installation
```bash
$ go get github.com/conformal/btcwire
$ go get github.com/btcsuite/btcwire
```
## Bitcoin Message Overview

View file

@ -10,7 +10,7 @@ import (
"testing"
"time"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -12,7 +12,7 @@ import (
"strings"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -7,7 +7,7 @@ package btcwire_test
import (
"io"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
)
// fakeMessage implements the btcwire.Message interface and is used to force

View file

@ -9,7 +9,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -13,7 +13,7 @@ import (
"testing"
"time"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -12,7 +12,7 @@ import (
"testing"
"time"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -11,7 +11,7 @@ import (
"testing"
"time"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
)
// TestFilterAddLatest tests the MsgFilterAdd API against the latest protocol

View file

@ -9,7 +9,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
)
// TestFilterCLearLatest tests the MsgFilterLoad API against the latest protocol

View file

@ -9,7 +9,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -8,7 +8,7 @@ import (
"bytes"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
)
func TestMemPool(t *testing.T) {

View file

@ -12,7 +12,7 @@ import (
"testing"
"time"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -10,7 +10,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -11,7 +11,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -9,7 +9,7 @@ import (
"reflect"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -13,7 +13,7 @@ import (
"testing"
"time"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -12,7 +12,7 @@ import (
"testing"
"time"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
"github.com/davecgh/go-spew/spew"
)

View file

@ -7,7 +7,7 @@ package btcwire_test
import (
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
)
// TestServiceFlagStringer tests the stringized output for service flag types.

View file

@ -9,7 +9,7 @@ import (
"encoding/hex"
"testing"
"github.com/conformal/btcwire"
"github.com/btcsuite/btcwire"
)
// TestShaHash tests the ShaHash API.