Rename package name to code.betamike.com location
This commit is contained in:
parent
7c425e25cb
commit
e8376ef263
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
|||||||
module github.com/mediocregopher/mediocre-go-lib/v2
|
module code.betamike.com/mediocregopher/mediocre-go-lib
|
||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
@ -14,7 +14,7 @@ import (
|
|||||||
"errors"
|
"errors"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/mediocregopher/mediocre-go-lib/v2/mctx"
|
"code.betamike.com/mediocregopher/mediocre-go-lib/mctx"
|
||||||
)
|
)
|
||||||
|
|
||||||
type annotateKey string
|
type annotateKey string
|
||||||
|
@ -6,8 +6,8 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/mediocregopher/mediocre-go-lib/v2/internal/massert"
|
"code.betamike.com/mediocregopher/mediocre-go-lib/internal/massert"
|
||||||
"github.com/mediocregopher/mediocre-go-lib/v2/mctx"
|
"code.betamike.com/mediocregopher/mediocre-go-lib/mctx"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestFullError(t *testing.T) {
|
func TestFullError(t *testing.T) {
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
"path"
|
"path"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
"github.com/mediocregopher/mediocre-go-lib/v2/mctx"
|
"code.betamike.com/mediocregopher/mediocre-go-lib/mctx"
|
||||||
)
|
)
|
||||||
|
|
||||||
// MessageHandler is a type which can process Messages in some way.
|
// MessageHandler is a type which can process Messages in some way.
|
||||||
|
@ -15,8 +15,8 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/mediocregopher/mediocre-go-lib/v2/mctx"
|
"code.betamike.com/mediocregopher/mediocre-go-lib/mctx"
|
||||||
"github.com/mediocregopher/mediocre-go-lib/v2/merr"
|
"code.betamike.com/mediocregopher/mediocre-go-lib/merr"
|
||||||
)
|
)
|
||||||
|
|
||||||
type mlogAnnotation string
|
type mlogAnnotation string
|
||||||
|
@ -10,8 +10,8 @@ import (
|
|||||||
. "testing"
|
. "testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/mediocregopher/mediocre-go-lib/v2/internal/massert"
|
"code.betamike.com/mediocregopher/mediocre-go-lib/internal/massert"
|
||||||
"github.com/mediocregopher/mediocre-go-lib/v2/mctx"
|
"code.betamike.com/mediocregopher/mediocre-go-lib/mctx"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestTruncate(t *T) {
|
func TestTruncate(t *T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user