Skip to content

feat: Expose data to public func #28

feat: Expose data to public func

feat: Expose data to public func #28

Workflow file for this run

name: go
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.16
- name: go test
run: go test -v ./...