package
module
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: May 12, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
dev-go
// .env
DEVGODB="host=host user=user password=pass dbname=dbname port=port sslmode=disable"
SECRET=<secret_key>
DEBUG=<Either true or false>
// main.go
func init() {
devgo.Config()
devgo.ConnectToDb()
devgo.SyncDatabase()
}
...
func main() {
devgo.DevGoServer.ListenAndServe()
}
Documentation
¶
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.