Skip to content

As of Go 1.16, this function simply calls os.ReadFile (#83) #101

As of Go 1.16, this function simply calls os.ReadFile (#83)

As of Go 1.16, this function simply calls os.ReadFile (#83) #101

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
uses: itzg/github-workflows/.github/workflows/go-test.yml@main
with:
go-version: "1.22.5"