Skip to content

Add project description to README #163

Add project description to README

Add project description to README #163

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go build ./...
- run: go test ./...