Documentation
¶
Overview ¶
Package main is the entry point of the application. It initializes the database and runs the tests passed as command line arguments.
Usage:
$ go run src/cmd/main.go -tests=users,posts,comments,messages,chats
The flags are:
-tests: comma-separated list of tests to run. The possible values are: - users - posts - comments - messages - chats
If no tests are passed, the application will only initialize the database.
Click to show internal directories.
Click to hide internal directories.