Skip to content

Change from sort.Strings -> slices.Sort #8

Change from sort.Strings -> slices.Sort

Change from sort.Strings -> slices.Sort #8

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- run: go test -v -race ./...