Skip to content

added license + io methods + more codec helpers #14

added license + io methods + more codec helpers

added license + io methods + more codec helpers #14

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setting up go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: running all tests
run: go test -v ./...