Skip to content

Added comments

Added comments #5

Workflow file for this run

name: test
on:
push:
paths:
- '**'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: ~1.18
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
run: go test -v ./...