diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-05-01 07:56:25 -0600 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-05-01 07:56:25 -0600 |
commit | 9a2da81b11ad0064cca24ce7974827d032309369 (patch) | |
tree | 4313224dc089208423e78bffc3ec50833e35bcea /internal | |
parent | 21e2758145d100d74013060f7090d84679cae683 (diff) |
name change gus -> sliderule
Diffstat (limited to 'internal')
-rw-r--r-- | internal/pathtree_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pathtree_test.go b/internal/pathtree_test.go index 11f6848..e152e85 100644 --- a/internal/pathtree_test.go +++ b/internal/pathtree_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "tildegit.org/tjp/gus/internal" + "tildegit.org/tjp/sliderule/internal" ) func TestPathTree(t *testing.T) { |