command
module
Version:
v0.0.7
Opens a new window with list of versions in this module.
Published: Jan 17, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Pocket HTTP Database
The Pocket HTTP Database performs all database interaction with the Postgres database that is used by the Portal API.
Pre-Commit Installation
Run the command make init-pre-commit from the repository root.
Once this is done, the following commands will be performed on every commit to the repo and must pass before the commit is allowed:
- go-fmt - Runs
gofmt
- go-imports - Runs
goimports
- golangci-lint - run
golangci-lint run ./...
- go-critic - run
gocritic check ./...
- go-build - run
go build
- go-mod-tidy - run
go mod tidy -v
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.