Skip to content

xhtml.Table: Better use of iterators #1659

xhtml.Table: Better use of iterators

xhtml.Table: Better use of iterators #1659

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.22.2'
cache: true
- name: Get dependencies
run: go mod download
- name: Test
run: ./run.sh test:backend