Skip to content

Add support for hex concats. #27

Add support for hex concats.

Add support for hex concats. #27

Workflow file for this run

on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go test -v ./...