Files
fn-serverless/examples
Reed Allman 8a59654582 go vet yourself (#397)
go vet caught some nifty bugs. so fixed those here, and also made it so that
we vet everything from now on since the robots seem to do a better job of
vetting than we have managed to.

also adds gofmt check to circle. could move this to the test.sh script (didn't
want a script calling a script, because $reasons) and it's nice and isolated
in its own little land as it is. side note, changed the script so it runs in
100ms instead of 3s, i think find is a lot faster than go list.

attempted some minor cleanup of various scripts
2017-10-06 08:42:33 -07:00
..
2017-10-03 17:30:05 -07:00
2017-07-26 10:50:19 -07:00
2017-05-18 18:59:34 +00:00
2017-10-06 08:42:33 -07:00
2016-11-06 09:25:12 -08:00
2016-11-06 09:25:12 -08:00

Example Functions

This directory has a collection of example functions you can look at to learn more about how to write them or just copy one and build on it to get started faster.

Tutorial Series

The Tutorial Series will demonstrate some of Fn capabilities through a series of exmaples. We'll try to show examples in most major languages. This is a great place to start!