Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Update README.md to indicate this repo is deprecated (#22) #60

Update README.md to indicate this repo is deprecated (#22)

Update README.md to indicate this repo is deprecated (#22) #60

Workflow file for this run

name: build_test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Build
run: make all
- name: Test
run: go test -v ./...