Skip to content

Added NS RRSet example in Docs #500

Added NS RRSet example in Docs

Added NS RRSet example in Docs #500

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Run test
run: make test