Skip to content

urunimi/gorest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}