Skip to content

restore byteReader.window() #9

restore byteReader.window()

restore byteReader.window() #9

Workflow file for this run

name: golangci-lint
on:
push:
branches: [main]
pull_request: {}
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
with:
version: latest