Skip to content

Refactor Fetch method to handle item not found error #23

Refactor Fetch method to handle item not found error

Refactor Fetch method to handle item not found error #23

Workflow file for this run

name: Go Tests
on: push
jobs:
go-test:
name: Go Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
cache: true
- name: Test with the Go CLI
run: go test -v ./...