chore: add pp for pretty printing
This commit is contained in:
parent
d7aba91105
commit
475d438db4
3 changed files with 23 additions and 1 deletions
12
go.mod
12
go.mod
|
|
@ -2,4 +2,14 @@ module leetcode-go
|
|||
|
||||
go 1.25.5
|
||||
|
||||
require github.com/emirpasic/gods/v2 v2.0.0-alpha
|
||||
require (
|
||||
github.com/emirpasic/gods/v2 v2.0.0-alpha
|
||||
github.com/k0kubun/pp/v3 v3.5.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/mattn/go-colorable v0.1.14 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
golang.org/x/text v0.26.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue