Skip to content

Improved performance of BindVar() (#4) #5

Improved performance of BindVar() (#4)

Improved performance of BindVar() (#4) #5

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: go
uses: actions/setup-go@v1
with:
go-version: 1.17.x
- name: checkout
uses: actions/checkout@v2
- name: test
run: go test ./...