chore: add pp for pretty printing
This commit is contained in:
parent
d7aba91105
commit
475d438db4
3 changed files with 23 additions and 1 deletions
1
tools.go
1
tools.go
|
|
@ -2,4 +2,5 @@ package leetcodego
|
|||
|
||||
import (
|
||||
_ "github.com/emirpasic/gods/v2/utils"
|
||||
_ "github.com/k0kubun/pp/v3"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue