Skip to content

Commit 63c195b

Browse files
committed
add gitignore and test
1 parent a094e50 commit 63c195b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
# vendor/
1616

1717
go.sum
18+
ding-dong-bot

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2020-now Wechaty <https://github.com/wechaty>
189+
Copyright 2020 Wechaty <https://github.com/wechaty>
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ install:
77

88
.PHONY: bot
99
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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/wechaty/go-wechaty-getting-started
22

33
go 1.14
44

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

0 commit comments

Comments
 (0)