renamed folder and package name for better intellisense

This commit is contained in:
alexchao26
2020-12-09 22:49:37 -05:00
parent 1c498b4389
commit 632d524c31
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
package structures
package datastructures
// MinHeap is an implementation of a min heap
type MinHeap struct {
@@ -1,4 +1,4 @@
package structures
package datastructures
import (
"testing"