package
Version:
v0.0.0-...-b4fa44d
Opens a new window with list of versions in this module.
Published: Feb 16, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DBMS = "mysql"
USER = "test_user"
PASS = "test_user"
HOST = "localhost"
PORT = "3306"
DBNAME = "exampledb"
CONNECT = USER + ":" + PASS + "@tcp(" + HOST + ":" + PORT + ")/" + DBNAME + "?parseTime=true"
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.