https://github.com/fnproject/fdk-go
Go language helper funcs for fn
https://github.com/fnproject/fdk-go
Last synced: about 1 year ago
JSON representation
Go language helper funcs for fn
- Host: GitHub
- URL: https://github.com/fnproject/fdk-go
- Owner: fnproject
- License: apache-2.0
- Created: 2017-09-28T00:54:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T10:29:57.000Z (about 1 year ago)
- Last Synced: 2025-05-09T01:59:07.135Z (about 1 year ago)
- Language: Go
- Size: 239 KB
- Stars: 25
- Watchers: 30
- Forks: 15
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://godoc.org/github.com/fnproject/fdk-go)
# Go FDK Documentation
This is documentation for the Go function development kit (FDK) which provides convenience functions for writing Go Fn code.
For getting started using the Go FDK , see the tutorial [here.](https://github.com/fnproject/tutorials/tree/master/Introduction)
To get the Go FDK simply import it in your program `github.com/fnproject/fdk-go`, and use `go get` to get it.
## User Information
* See the Fn [Quickstart](https://github.com/fnproject/fn/blob/master/README.md) for sample commands.
* [Detailed installation instructions](http://fnproject.io/tutorials/install/).
* [Configure your CLI Context](http://fnproject.io/tutorials/install/#ConfigureyourContext).
* For a list of commands see [Fn CLI Command Guide and Reference](https://github.com/fnproject/docs/blob/master/cli/README.md).
* For general information see Fn [docs](https://github.com/fnproject/docs) and [tutorials](https://fnproject.io/tutorials/).
## Go FDK Development
See [CONTRIBUTING](https://github.com/fnproject/fn/blob/master/CONTRIBUTING.md) for information on contributing to the project.