package dbibridge import "fmt" func dbiconnect() { fmt.Printf("Hello, world\n"); }