Skip to content

feat: StripBytes

feat: StripBytes #25

Workflow file for this run

name: test
on:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: '1.20'
- name: Automated Testing
run: go test -v ./...