Thanks to visit codestin.com
Credit goes to github.com

Skip to content

1.0

Choose a tag to compare

@jlorgal jlorgal released this 13 Nov 22:12
· 5 commits to master since this release
  • Configuration. Read and marshal the configuration read from a JSON file into a struct, and override it with environment variables.
  • Validation. Validate your configuration and requests with JSON schemas.
  • Logging. Log in JSON format with custom context objects.
  • Middlewares. Some http.HandlerFunc middlewares (e.g. to log your requests and responses automatically).
  • Errors and alarms.