Skip to content

doc: add missing parenthesis #12

doc: add missing parenthesis

doc: add missing parenthesis #12

Workflow file for this run

name: 'go-mod-tidy'
on:
push:
branches:
- 'master'
paths:
- 'go.mod'
- 'go.sum'
jobs:
fix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version: '1.25.5'
- name: tidy
uses: paulvollmer/action-golang-gosum@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}