An open API service indexing awesome lists of open source software.

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

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
```