Skip to content

Use map indexing to speed up PickByKeys and OmitByKeys #174

Use map indexing to speed up PickByKeys and OmitByKeys

Use map indexing to speed up PickByKeys and OmitByKeys #174

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.18
stable: false
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 120s --max-same-issues 50