Skip to content

Change string format for http error messages #137

Change string format for http error messages

Change string format for http error messages #137

Workflow file for this run

on:
push:
branches : [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- name: Run testing
run: go test -race -v ./...