mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-05-18 19:13:27 +02:00
renamed folder and package name for better intellisense
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user