Skip to content

support for map, slice single param #64

support for map, slice single param

support for map, slice single param #64

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.24
- name: Test
run: go test -cover -v ./...