Skip to content

fix(docs): update method docs after refactor #22

fix(docs): update method docs after refactor

fix(docs): update method docs after refactor #22

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 ./...