Skip to content

Commit 3562af5

Browse files
committed
go work
1 parent 380d3e0 commit 3562af5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

go.work

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
go 1.19
2+
3+
use (
4+
.
5+
./check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence
6+
./counting-words-with-a-given-prefix
7+
./deepest-leaves-sum
8+
./design-skiplist
9+
./maximum-binary-tree
10+
./maximum-binary-tree-ii
11+
./maximum-equal-frequency
12+
./maximum-product-difference-between-two-pairs
13+
./number-of-students-doing-homework-at-a-given-time
14+
./prefix-and-suffix-search
15+
./reverse-prefix-of-word
16+
./serialize-and-deserialize-binary-tree
17+
./transform-to-chessboard
18+
./utils
19+
)

go.work.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 h1:psW17arqaxU48Z5kZ0CQnkZWQJsqcURM6tKiBApRjXI=
2+
golang.org/x/net v0.0.0-20201021035429-f5854403a974 h1:IX6qOQeG5uLjB/hjjwjedwfjND0hgjPMMyO1RoIXQNI=
3+
golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k=

0 commit comments

Comments
 (0)