Skip to content

Use only positive size value in the new function to prevent panics #68

Use only positive size value in the new function to prevent panics

Use only positive size value in the new function to prevent panics #68

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Test
run: |
go test *.go