add fdk-go to main docs (#412)

* add fdk-go to main docs

* add note about using fdk-go to hot example
This commit is contained in:
Reed Allman
2017-10-09 14:43:28 -07:00
committed by Travis Reeder
parent 559f30a2bf
commit a4de984f79
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
This is an example of a hot function. The [hot function documentation](/docs/hot-functions.md) contains an analysis of how this example works.
Note that you should probably be using the [fdk](https://github.com/fnproject/fdk-go) but this serves
as a good example of how to do a hot functions raw without the fdk.
### How to run the example
Install the CLI tool, start a Fn server and run `docker login` to login to DockerHub. See the [front page](/README.md) for instructions.