Skip to content

minor fix

minor fix #1

Workflow file for this run

name: ci
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: setup
uses: actions/setup-go@v1
with:
go-version: '^1.15'
- name: checkout
uses: actions/checkout@v1
- name: test
run: make test