Skip to content

Fix syntax typo in the README.md examples #3

Fix syntax typo in the README.md examples

Fix syntax typo in the README.md examples #3

Workflow file for this run

name: go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: build
run: make go/build