Go to file
Vernon Keenan 086902806d research service with user 2023-11-19 20:06:27 +00:00
.vscode First commit 2023-09-12 03:42:13 +00:00
api research service with user 2023-11-19 20:06:27 +00:00
app user bio slug 2023-11-19 19:31:26 +00:00
build add members sf-gate 2023-09-23 17:19:44 +00:00
swagger research service with user 2023-11-19 20:06:27 +00:00
.gitignore First commit 2023-09-12 03:42:13 +00:00
LICENSE add members sf-gate 2023-09-23 17:19:44 +00:00
Makefile adding channels 2023-10-26 15:37:13 +00:00
README.md first 2023-09-12 04:05:33 +00:00
go.mod tidy 2023-09-22 18:31:05 +00:00
go.sum tidy 2023-09-22 18:31:05 +00:00

README.md

lib

WorkDifferentWithAI 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