Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

modified documentation #6

modified documentation

modified documentation #6

Workflow file for this run

name: TotalityCorp-Assessment
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Build
run: go build -v ./...