File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 15
15
# vendor/
16
16
17
17
go.sum
18
+ ding-dong-bot
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2020-now Wechaty <https://github.com/wechaty>
189
+ Copyright 2020 Wechaty <https://github.com/wechaty>
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 7
7
8
8
.PHONY : bot
9
9
bot :
10
- go run examples/ding-dong-bot.go
10
+ go run examples/ding-dong-bot.go
11
+
12
+ .PHONY : test
13
+ test :
14
+ go build -o ding-dong-bot -v ./examples/ding-dong-bot.go
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/wechaty/go-wechaty-getting-started
2
2
3
3
go 1.14
4
4
5
- require github.com/wechaty/go-wechaty v0.1.1-0.20200520094428-7aaa9ff498e9 // indirect
5
+ require github.com/wechaty/go-wechaty v0.1.1-0.20200520094428-7aaa9ff498e9
You can’t perform that action at this time.
0 commit comments