Skip to content

Commit b52f540

Browse files
author
星冉
authored
little fix
1 parent 124418a commit b52f540

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/plugln/ding-ding-bot.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@ func PlugOne() *wechaty.Plugin {
120120
return newPlug
121121
}
122122

123-
/*
124-
PlugTwo (The Second Plug-in)
125-
func PlugTwo(msg string) *wechaty.Plugin {}
126-
*/
123+
// PlugTwo (The Second Plug-in)
127124
func PlugTwo(args string) *wechaty.Plugin {
128125
newPlug := wechaty.NewPlugin()
129126

0 commit comments

Comments
 (0)