We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3279d8 commit 9b28d7bCopy full SHA for 9b28d7b
boxutil/tree.go
@@ -1,12 +1,13 @@
1
package boxutil
2
3
import (
4
- "box"
5
"fmt"
6
"reflect"
7
"runtime"
8
"sort"
9
"strings"
+
10
+ "github.com/fulldump/box"
11
)
12
13
// Tree return a string representation of resources hierarchy
boxutil/tree_test.go
@@ -1,10 +1,11 @@
- . "box"
"context"
"testing"
+ . "github.com/fulldump/box"
func TestTree(t *testing.T) {
0 commit comments