Skip to content

fix: remove extra print info #37

fix: remove extra print info

fix: remove extra print info #37

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
- name: test
run: go test ./...