Skip to content

feat: http method best practices #730

feat: http method best practices

feat: http method best practices #730

Workflow file for this run

name: build
on: push
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.26.0'
- run: 'go build ./cmd/lcp.go'