Skip to content

Commit 9b28d7b

Browse files
authored
fix: boxutil with the right path (#5)
1 parent a3279d8 commit 9b28d7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

boxutil/tree.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
package boxutil
22

33
import (
4-
"box"
54
"fmt"
65
"reflect"
76
"runtime"
87
"sort"
98
"strings"
9+
10+
"github.com/fulldump/box"
1011
)
1112

1213
// Tree return a string representation of resources hierarchy

boxutil/tree_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
package boxutil
22

33
import (
4-
. "box"
54
"context"
65
"fmt"
76
"testing"
7+
8+
. "github.com/fulldump/box"
89
)
910

1011
func TestTree(t *testing.T) {

0 commit comments

Comments
 (0)