Skip to content

Change method signatures to int64 where appropriate #6

Change method signatures to int64 where appropriate

Change method signatures to int64 where appropriate #6

Workflow file for this run

name: Build and test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Test
run: go test ./... -v