Skip to content

Add endpoint docs to README #6

Add endpoint docs to README

Add endpoint docs to README #6

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.x, 1.11.x, 1.12.x, 1.13.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- run: make ci
- run: make test