Skip to content

Tidy go.mod

Tidy go.mod #27

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.16"
- run: make