Categorygithub.com/lab259/go-rscsrv-psql
modulepackage
0.4.0
Repository: https://github.com/lab259/go-rscsrv-psql.git
Documentation: pkg.go.dev

# README

go-rscsrv-psql CircleCI Go Report Card Go Doc Release

Getting Started

Prerequisites

What things you need to setup the project:

Environment

For start developing you must clone the project:

git clone [email protected]:lab259/go-rscsrv-psql.git

Now, the dependencies must be installed.

go mod download

:wink: Finally, you are done to start developing.

Running tests

In the root directory, start PostgreSQL (using docker-compose):

docker-compose up -d

Then execute:

make test

To enable coverage, execute:

make coverage

To generate the HTML coverage report, execute:

make coverage coverage-html

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author