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
- Host: GitHub
- URL: https://github.com/manifoldco/go-sample-provider
- Owner: manifoldco
- License: bsd-3-clause
- Created: 2018-10-08T13:05:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T15:19:47.000Z (almost 6 years ago)
- Last Synced: 2025-05-08T08:03:23.900Z (5 months ago)
- Language: Go
- Homepage: https://www.manifold.co
- Size: 77.1 KB
- Stars: 1
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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.