mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Postgres Example (#490)
* creating postgres example - fixes #489 * postgres example glide fix * all the changes * use fn call * removing func.yaml * removing build.sh * test.sh cleanup
This commit is contained in:
committed by
Travis Reeder
parent
67af2757cd
commit
d565cc6afe
4
examples/postgres/glide.yaml
Normal file
4
examples/postgres/glide.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
package: github.com/iron-io/functions/examples/postgres
|
||||
import:
|
||||
- package: github.com/lib/pq
|
||||
- package: github.com/pkg/errors
|
||||
Reference in New Issue
Block a user