Skip to content

fix field override

fix field override #90

Workflow file for this run

name: Go
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21.0
- uses: actions/checkout@v3
- name: lint
run: go run github.com/ysmood/[email protected]
- name: test
run: go test ./...