Update functions_{lang} tool to recent git source

This commit is contained in:
Denis Makogon
2017-06-03 20:42:22 +03:00
parent 7e02597142
commit 1a2a805740
17 changed files with 325 additions and 149 deletions

View File

@@ -4,7 +4,7 @@ This will give you the basic overview of writing base level functions. You can a
abstractions that make it easier such as [lambda](lambda/README.md).
Also, for complete examples in various languages, see the [examples directory](/examples).
We have language libraries for [Go](https://github.com/iron-io/functions_go), [Javascript](https://github.com/treeder/functions_js) and
We have language libraries for [Go](https://github.com/funcy/functions_go), [Javascript](https://github.com/treeder/functions_js) and
[Ruby](https://github.com/treeder/functions_ruby).
## Code