Skip to content

Commit f84ea61

Browse files
committed
Add Golang project settings
1 parent fcae1e5 commit f84ea61

File tree

2 files changed

+371
-0
lines changed

2 files changed

+371
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)