Skip to content

Fixed typos

Fixed typos #1001

Workflow file for this run

name: test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17'
- run: |
go run build/ci.go install ./cmd/...
go build -v ./...
go test ./...