Moved to github
This commit is contained in:
parent
a958855568
commit
b87faf73ec
6 changed files with 10 additions and 10 deletions
|
@ -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 (
|
|||
"os"
|
||||
"time"
|
||||
|
||||
"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"
|
||||
)
|
||||
|
||||
type StreamReader struct {
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"github.com/fatih/color"
|
||||
|
||||
"bitbucket.org/dhogborg/go-pocsag/internal/datatypes"
|
||||
"github.com/dhogborg/go-pocsag/internal/datatypes"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -4,7 +4,7 @@ import (
|
|||
. "gopkg.in/check.v1"
|
||||
"testing"
|
||||
|
||||
"bitbucket.org/dhogborg/go-pocsag/internal/datatypes"
|
||||
"github.com/dhogborg/go-pocsag/internal/datatypes"
|
||||
)
|
||||
|
||||
// Hook up gocheck into the "go test" runner.
|
||||
|
|
6
main.go
6
main.go
|
@ -7,9 +7,9 @@ import (
|
|||
"github.com/codegangsta/cli"
|
||||
"github.com/fatih/color"
|
||||
|
||||
"bitbucket.org/dhogborg/go-pocsag/internal/datatypes"
|
||||
"bitbucket.org/dhogborg/go-pocsag/internal/pocsag"
|
||||
"bitbucket.org/dhogborg/go-pocsag/internal/utils"
|
||||
"github.com/dhogborg/go-pocsag/internal/datatypes"
|
||||
"github.com/dhogborg/go-pocsag/internal/pocsag"
|
||||
"github.com/dhogborg/go-pocsag/internal/utils"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Reference in a new issue