add gods (Go data structures) as dependency
Which is allowed by leetcode
This commit is contained in:
parent
3a433aef4f
commit
f960020cb4
3 changed files with 9 additions and 0 deletions
5
tools.go
Normal file
5
tools.go
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package leetcodego
|
||||
|
||||
import (
|
||||
_ "github.com/emirpasic/gods/v2/utils"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue