Skip to content

add new xpath node tests. using new XML example from `https://way2tut… #8

add new xpath node tests. using new XML example from `https://way2tut…

add new xpath node tests. using new XML example from `https://way2tut… #8

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Run tests
run: |
go version
go test