Skip to content

docs(readme): add a new format to the readme file #32

docs(readme): add a new format to the readme file

docs(readme): add a new format to the readme file #32

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Test
run: go test -v ./...