TransWikia.com

acceder a una variable desde otra función en golang

Stack Overflow en español Asked on December 8, 2020

tengo el siguiente código:

func AbrirConexionBd() {
    db, err := sql.Open("mssql", "server=127.0.0.1;user id=sa;password=...")
    Debug(err)
    _ = db
}

func CerrarConexionBd() {
    AbrirConexionBd()
    defer db.Close()

}

como accede la funcion CerrarConexionBd a la variable db ¿? para cerrar la conexion

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP