mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 17:44:10 +08:00
Fix go report
This commit is contained in:
@ -3,7 +3,7 @@ package leetcode
|
||||
import (
|
||||
"container/heap"
|
||||
|
||||
"github.com/halfrost/LeetCode-Go/structures"
|
||||
"github.com/halfrost/leetcode-go/structures"
|
||||
)
|
||||
|
||||
// TreeNode define
|
||||
|
Reference in New Issue
Block a user