Go
A sample Go app for KintoHub
๐ Deploying on KintoHub
- Service Type: Web App
- Repo: https://github.com/kintohub/kintohub
- Branch: master
- Language: Go
- Language version: 1.10.0
- Build Command:
go build main.go
- Start Command:
./main
- Subfolder Path:
./docs/examples/go
- Port: 80
๐จ Running locally
Pre-requisites: Go v1.10.0
- Clone the repository to a folder of choice.
$ git clone https://github.com/kintohub/kintohub
$ cd kintohub/examples/go
- Build the app
$ go build main.go
- To start the app
$ ./main
๐ Support
Contact us: https://www.kintohub.com/contact-us