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:
@ -1,6 +1,6 @@
|
||||
package leetcode
|
||||
|
||||
import "github.com/halfrost/LeetCode-Go/structures"
|
||||
import "github.com/halfrost/leetcode-go/structures"
|
||||
|
||||
// TreeNode define
|
||||
type TreeNode = structures.TreeNode
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/halfrost/LeetCode-Go/structures"
|
||||
"github.com/halfrost/leetcode-go/structures"
|
||||
)
|
||||
|
||||
type question701 struct {
|
||||
|
@ -57,7 +57,7 @@ Output: [4,2,7,1,3,5]
|
||||
```go
|
||||
package leetcode
|
||||
|
||||
import "github.com/halfrost/LeetCode-Go/structures"
|
||||
import "github.com/halfrost/leetcode-go/structures"
|
||||
|
||||
// TreeNode define
|
||||
type TreeNode = structures.TreeNode
|
||||
|
Reference in New Issue
Block a user