add gods (Go data structures) as dependency

Which is allowed by leetcode
This commit is contained in:
kanna5 2025-12-24 18:49:58 +09:00
parent 3a433aef4f
commit f960020cb4
3 changed files with 9 additions and 0 deletions

5
tools.go Normal file
View file

@ -0,0 +1,5 @@
package leetcodego
import (
_ "github.com/emirpasic/gods/v2/utils"
)