Fix go report

This commit is contained in:
halfrost
2022-09-08 14:55:40 -07:00
parent 2a40f7cefb
commit e227edf55a
255 changed files with 273 additions and 280 deletions

View File

@ -1,7 +1,7 @@
package leetcode
import (
"github.com/halfrost/LeetCode-Go/structures"
"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 question993 struct {