Change path

This commit is contained in:
halfrost
2022-09-06 20:20:20 +08:00
parent 30065c4b70
commit 35a447cad6
36 changed files with 40 additions and 40 deletions

View File

@ -1,9 +1,9 @@
package leetcode
import "math"
import (
"github.com/halfrost/LeetCode-Go/structures"
"math"
"github.com/halfrost/leetcode-go/structures"
)
// TreeNode define

View File

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/halfrost/LeetCode-Go/structures"
"github.com/halfrost/leetcode-go/structures"
)
type question124 struct {