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