Skip to content

fix slice oob err while peeking items on last line #13

fix slice oob err while peeking items on last line

fix slice oob err while peeking items on last line #13

Workflow file for this run

name: Go Test
on: [push, pull_request]
jobs:
test:
name: Run Go Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
with-tags: true
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
- name: Test
run: go test ./...