Skip to content

Compare strings after decoding them to handle unicode correctly. Fixes #172 #80

Compare strings after decoding them to handle unicode correctly. Fixes #172

Compare strings after decoding them to handle unicode correctly. Fixes #172 #80

Workflow file for this run

name: Go Modules
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.18
- name: Test
run: |
cd v5
go get ./...
go test -v ./...