Skip to content

add init command and verbose option #6

add init command and verbose option

add init command and verbose option #6

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
- name: Install dependencies
run: go get .
- name: Build
run: go build
- name: Test with the Go CLI
run: go test