We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcae1e5 commit f84ea61Copy full SHA for f84ea61
go.mod
@@ -0,0 +1,8 @@
1
+module github.com/o-p/leetcode
2
+
3
+go 1.15
4
5
+require (
6
+ github.com/stretchr/testify v1.7.0
7
+ golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 // indirect
8
+)
0 commit comments