(Translated by https://www.hiragana.jp/)
fix: large text node handling · orisano/gosax@f42b874 · GitHub
Skip to content

fix: large text node handling #5

fix: large text node handling

fix: large text node handling #5

Workflow file for this run

name: main
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
name: go ${{ matrix.go }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- run: go test -race -v ./...