Skip to content

Update comments of lexer fields. #57

Update comments of lexer fields.

Update comments of lexer fields. #57

Workflow file for this run

# Based on https://github.com/mvdan/github-actions-golang
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21.5"
- run: go test -v -cover ./...