Skip to content

refactor(#29): updated readme, added examples, minor fixes #28

refactor(#29): updated readme, added examples, minor fixes

refactor(#29): updated readme, added examples, minor fixes #28

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "^1.20"
- run: go test -v ./...