Skip to content

Update docs that are missing LockType argument #6

Update docs that are missing LockType argument

Update docs that are missing LockType argument #6

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Run tests
run: go test -v ./...