package db import ( "fmt" ) func HelloWorld() { fmt.Println("hello, world!") }