Skip to content

delete specific name from generation information #148

delete specific name from generation information

delete specific name from generation information #148

Workflow file for this run

name: Go package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Build
run: go build -v -x ./...
- name: Test
run: go test -v -x ./...