Skip to content

Improved error handling in warcfield parser #42

Improved error handling in warcfield parser

Improved error handling in warcfield parser #42

Workflow file for this run

name: test
on:
pull_request: { }
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
- run: go test ./...