Go to file
Vernon Keenan e2d3ad3a4e First commit 2023-09-12 03:42:13 +00:00
.vscode First commit 2023-09-12 03:42:13 +00:00
api/auth First commit 2023-09-12 03:42:13 +00:00
app First commit 2023-09-12 03:42:13 +00:00
build First commit 2023-09-12 03:42:13 +00:00
swagger First commit 2023-09-12 03:42:13 +00:00
.gitignore First commit 2023-09-12 03:42:13 +00:00
LICENSE First commit 2023-09-12 03:42:13 +00:00
Makefile First commit 2023-09-12 03:42:13 +00:00
README.md First commit 2023-09-12 03:42:13 +00:00
go.mod First commit 2023-09-12 03:42:13 +00:00
go.sum First commit 2023-09-12 03:42:13 +00:00

README.md

lib

vernonkeenan Shared Libraries (go)

Dependent Systems

The Gitea server https://code.tnxs.net must be up and running with admin access.

Update Procedure

Prerequisite: All the other repos are cloned locally in adjacent directories.

  • Increment branch number in local repo

  • Generate all OpenAPI libraries and then cleanup modules

make swagger
go get -u -f ./...
go mod tidy