Skip to content

Replace graph map with slice. #5

Replace graph map with slice.

Replace graph map with slice. #5

Workflow file for this run

on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.0'
- run: go test -v ./...