Merge branch 'master' of github.com:mattn/go-mastodon

This commit is contained in:
Yasuhiro Matsumoto 2017-05-01 16:35:52 +09:00
commit 759ce4a331
7 changed files with 362 additions and 59 deletions

View file

@ -80,7 +80,6 @@ func cmdStream(c *cli.Context) error {
go func() {
<-sc
cancel()
close(q)
}()
c.App.Metadata["signal"] = sc