Skip to content

Add strict option to ToTitle #36

Add strict option to ToTitle

Add strict option to ToTitle #36

Workflow file for this run

name: Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Run Tests
run: go test -v ./...