diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/pointer/stack_test.go (renamed from pkg/stack/stack_test.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/stack/stack_test.go b/pkg/pointer/stack_test.go index e48c615..1b16085 100644 --- a/pkg/stack/stack_test.go +++ b/pkg/pointer/stack_test.go @@ -1,4 +1,4 @@ -package stack +package pointer import ( "testing" |