Skip to content

alexlatam/golang-api-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Api Rest

This is a project to create an API REST using Go.

Entorno de pruebas

Por defecto el estorno es de pruebas, si se desea deshabilitar este ambiente, se debe ir al archivo config/config.go y cambiar el valor de la variable debug:

// database.Debug = gonv.GetBoolEnv("DEBUG", true) <- Antes
database.Debug = gonv.GetBoolEnv("DEBUG", false)