Skip to content

Add CFG syntax parser. #3

Add CFG syntax parser.

Add CFG syntax parser. #3

Workflow file for this run

on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go test -v ./...