mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* creating postgres example - fixes #489 * postgres example glide fix * all the changes * use fn call * removing func.yaml * removing build.sh * test.sh cleanup
5 lines
126 B
YAML
5 lines
126 B
YAML
package: github.com/iron-io/functions/examples/postgres
|
|
import:
|
|
- package: github.com/lib/pq
|
|
- package: github.com/pkg/errors
|