Skip to content

fix: linting errors

fix: linting errors #4

Workflow file for this run

# name: 🧪 Test
# on:
# push
# jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: ⬇️ Git clone the repository
# uses: actions/checkout@v3
# - name: 📦 Install Go
# uses: actions/setup-go@v3
# with:
# go-version: '1.21'
# - name: 🧪 Test
# run: go test ./...