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

https://github.com/manifoldco/go-sample-provider

A minimal provider in Go
https://github.com/manifoldco/go-sample-provider

Last synced: 3 months ago
JSON representation

A minimal provider in Go

Awesome Lists containing this project

README

          

# go-sample-provider

This repo contains a minimal provider using only Go. It builds bears as a service!

## Requirements

[Go](https://golang.org/) v 1.11+

## Setup

```
make install
```

## Testing

```
make test
```

This will start the server and run [Grafton](https://github.com/manifoldco/grafton) acceptance tests.