Skip to content

fix encoding if it's not 128/256 bits number #18

fix encoding if it's not 128/256 bits number

fix encoding if it's not 128/256 bits number #18

Workflow file for this run

name: test
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- run: go build -v
- run: go test -v ./...