Skip to content

refactor: hide more internal API; move half-open delay to option #12

refactor: hide more internal API; move half-open delay to option

refactor: hide more internal API; move half-open delay to option #12

Workflow file for this run

name: main
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21' ]
name: go ${{ matrix.go }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test -race -v ./...