Add go module in root directory

This commit is contained in:
halfrost
2022-09-10 16:41:11 -07:00
parent e2a72e6212
commit 9437625832
270 changed files with 319 additions and 271 deletions

View File

@ -3,7 +3,7 @@ package leetcode
import (
"strconv"
"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 question257 struct {