/gorest

Core module for a micro service for Go

Primary LanguageGoApache License 2.0Apache-2.0

codecov

gorest

Core packages for a rest service for Go

How to configure

Vs Code

  • launch.json
"env": {
  "PORT": "8080",
  "SENTRY_DSN": "https://abcdefg@sentry.io/123456",
  "LOG_LEVEL": "DEBUG",
  "LOG_FORMAT": "text",
  "SERVER_ENV": "local"
}