Skip to content

feat: use maphash instead of hashstructure #40

feat: use maphash instead of hashstructure

feat: use maphash instead of hashstructure #40

Workflow file for this run

name: Code coverage
on: [push]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: "~1.19.0"
- name: Code coverage
run: go test -cover ./...