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.
2 parents a4e54f8 + 46f94fb commit 3f50a88Copy full SHA for 3f50a88
go.mod
@@ -2,6 +2,7 @@ module github.com/wechaty/go-wechaty-getting-started
2
3
go 1.14
4
5
+<<<<<<< HEAD
6
require (
7
github.com/golang/protobuf v1.4.2 // indirect
8
github.com/maruel/rs v1.0.0 // indirect
@@ -18,3 +19,7 @@ require (
18
19
google.golang.org/grpc v1.31.1 // indirect
20
google.golang.org/protobuf v1.25.0 // indirect
21
)
22
+=======
23
+require github.com/wechaty/go-wechaty v0.1.2
24
+
25
+>>>>>>> 46f94fb0cf271ebb2d454db3d69ecb09684255bd
0 commit comments