Skip to content

Add indentation to formatter. #2

Add indentation to formatter.

Add indentation to formatter. #2

Workflow file for this run

on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22.3'
- run: go test -v ./...