put shared code into own mod (common), + apicontext env vars

This commit is contained in:
2023-03-19 12:33:15 +01:00
parent a786fd56f4
commit 96c6f0c2dc
20 changed files with 295 additions and 279 deletions

3
common/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module github.com/tlinden/cenophane/common
go 1.18