Skip to content

Commit 9c22040

Browse files
committed
refactor: use map-tree as function-call relation
1 parent 4e3d2b0 commit 9c22040

11 files changed

Lines changed: 504 additions & 121 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ Cargo.lock
5353

5454
.idea
5555

56+
*.out

src/compress/golang/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module golang
2+
3+
go 1.20
4+
5+
require github.com/davecgh/go-spew v1.1.1

src/compress/golang/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
2+
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)