The application is a simple daemon based on nxs-go-appctx that increments a counter at time intervals specified in command line arguments or config file.
This project applies the following elements:
- nxs-go-appctx library
- Project structure you may use for it (described in nxs-go-appctx documentation)
- Run application with following command executed within the application directory:
go run main.go
- See the log (
stdout
by default) with daemon messages
For support and feedback please contact me:
- GitHub issues
- telegram: @borisershov
- e-mail: [email protected]
nxs-go-appctx-example-counter is released under the MIT License.