This commit is contained in:
2016-10-14 23:35:07 +01:00
parent 62eaba8408
commit 8a5cfde134
197 changed files with 236240 additions and 0 deletions

9
vendor/github.com/tcolgate/hugot/README.md generated vendored Normal file
View File

@@ -0,0 +1,9 @@
# Hugot [![GoDoc](https://godoc.org/github.com/tcolgate/hugot?status.svg)](https://godoc.org/github.com/tcolgate/hugot)
WARNING: This code requires go1.7 context support in http.Request.
NOTE: The API is in flux at present.
Hugot is a package for building chat bots. It is inspired
by Go's http stdlib package.
Please see the [GoDoc](https://godoc.org/github.com/tcolgate/hugot) for examples and usage.