https://github.com/egorsmkv/do-func-golang-example
DigitalOcean Function written in Go with DevContainer and Tests
https://github.com/egorsmkv/do-func-golang-example
digitalocean go serverless
Last synced: about 1 year ago
JSON representation
DigitalOcean Function written in Go with DevContainer and Tests
- Host: GitHub
- URL: https://github.com/egorsmkv/do-func-golang-example
- Owner: egorsmkv
- Created: 2023-11-01T13:20:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T21:42:19.000Z (over 2 years ago)
- Last Synced: 2025-02-02T10:23:06.814Z (about 1 year ago)
- Topics: digitalocean, go, serverless
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `do-func-golang-example`
## Install
```bash
git clone https://github.com/egorsmkv/do-func-golang-example
doctl serverless install
doctl serverless deploy do-func-golang-example --verbose-build --remote-build
```
## Development
### Lint
```bash
golangci-lint run packages/sample/hello
```
### Test
```bash
gotestsum -- ./packages/sample/hello
```