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

@ -1,6 +1,6 @@
package leetcode
import "github.com/halfrost/leetcode-go/template"
import "github.com/halfrost/LeetCode-Go/template"
// NumArray define
type NumArray struct {