diff options
Diffstat (limited to '')
-rw-r--r-- | pkg/pointer/stack.go (renamed from pkg/stack/stack.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/stack/stack.go b/pkg/pointer/stack.go index 4dbb72c..1832dbb 100644 --- a/pkg/stack/stack.go +++ b/pkg/pointer/stack.go @@ -1,4 +1,4 @@ -package stack +package pointer type Stack struct { size int |