예제 #1
0
파일: backend.go 프로젝트: aarzilli/pooch
func MustExec(conn *sqlite.Conn, stmt string, v ...interface{}) {
	Must(conn.Exec(stmt, v...))
}