Skip to content

refactor: adjust naming #35

refactor: adjust naming

refactor: adjust naming #35

Workflow file for this run

name: main
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
name: go ${{ matrix.go }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test -race -v ./...