Skip to content

Commit ea630d8

Browse files
committed
Use full go.mod import path
1 parent 94c3a76 commit ea630d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flatten_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"reflect"
66
"testing"
77

8-
"flatbson"
8+
"github.com/chidiwilliams/flatbson"
99
)
1010

1111
type root struct {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module flatbson
1+
module github.com/chidiwilliams/flatbson
22

33
go 1.13
44

0 commit comments

Comments
 (0)