Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lusis committed Apr 26, 2019
1 parent 6cf5965 commit c40012f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1,5 +1,12 @@
# slacktest

## Deprecation notice
https://github.com/nlopes/slack has pulled in this repository and that's really for the best since it brings it closer to the code it's testing. Please use the library from here:

https://github.com/nlopes/slack/tree/master/slacktest

I'm honored that they did this and very sorry it took so long for me to realize that was the case.

[![Build Status](https://travis-ci.org/lusis/slack-test.svg?branch=master)](https://travis-ci.org/lusis/slack-test)

This is a very basic golang library for testing your slack RTM chatbots
Expand Down Expand Up @@ -152,4 +159,4 @@ func TestRTMDirectMessage(t *testing.T) {
assert.FailNow(t, "did not get direct message in time")
}
}
```
```

0 comments on commit c40012f

Please sign in to comment.