Skip to content

Add project deprecation note #55

Add project deprecation note

Add project deprecation note #55

Workflow file for this run

on: push
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.15.x
- run: go test -v ./...