Skip to content

[docs] RFC3339 date-time example #25

[docs] RFC3339 date-time example

[docs] RFC3339 date-time example #25

Workflow file for this run

name: test
on:
pull_request:
push:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go test -v ./...