modulepackage
0.0.1
Repository: https://github.com/kevinmichaelchen/fx-libs.git
Documentation: pkg.go.dev
# README
Example demo of how to use all of these modules.
Start the app
Using a proper NEW_RELIC_KEY
, run the following:
env \
SERVICE_NAME=foobar \
ENV=local \
TS_LOG_LEVEL=info \
TS_LOG_FORMAT=json \
NEW_RELIC_FORWARD_LOGS=true \
NEW_RELIC_KEY=foobar \
go run main.go
Hit the endpoint
curl localhost:8081/ok
# Functions
No description provided by the author
# Variables
No description provided by the author