|
|
5 éve | |
|---|---|---|
| .. | ||
| cmd | 5 éve | |
| pkg | 5 éve | |
| .gitignore | 5 éve | |
| Dockerfile | 5 éve | |
| Makefile | 5 éve | |
| README.md | 5 éve | |
| go.mod | 5 éve | |
| go.sum | 5 éve | |
This is the backend part of the music player, written in Golang.
Run make build inside this directory. Binaries will be built and output to the bin directory (which will be created if it does not exist).
Run the following commands to run unit tests:
make test.read: tests the file reader moduleThis is intended to be run as a scheduled job. It will scan a directory and add relevant metadata to a PostgreSQL database.
Usage
bin/scan