@ -4,7 +4,7 @@ import (
"bytes"
"fmt"
"bitbucket.org/dhogborg/go-pocsag/internal/wav"
"github.com/dhogborg/go-pocsag/internal/wav"
)
// ReadWav reads a wav file from disc and puts it in memory for the
@ -5,8 +5,8 @@ import (
"os"
"strings"
"bitbucket.org/dhogborg/go-pocsag/internal/datatypes"
"bitbucket.org/dhogborg/go-pocsag/internal/utils"
"github.com/dhogborg/go-pocsag/internal/datatypes"
"github.com/dhogborg/go-pocsag/internal/utils"
"github.com/fatih/color"
@ -7,8 +7,8 @@ import (
"time"
type StreamReader struct {
@ -5,7 +5,7 @@ import (
var (
. "gopkg.in/check.v1"
"testing"
// Hook up gocheck into the "go test" runner.
@ -7,9 +7,9 @@ import (
"github.com/codegangsta/cli"
"bitbucket.org/dhogborg/go-pocsag/internal/pocsag"
"github.com/dhogborg/go-pocsag/internal/pocsag"