Private
Public Access
1
0

refactor: move config import from api to common module

Replace go.ntppool.org/api/config with go.ntppool.org/common/config,
removing the api module dependency entirely.

Also ignore vendor/ directory in .gitignore.
This commit is contained in:
2026-03-07 21:16:11 -08:00
parent 5695ebb3fd
commit 27add1fb3d
4 changed files with 45 additions and 40 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
data-api
database.yaml
dist/
/vendor/