Exemple #1
0
func MustExec(conn *sqlite.Conn, stmt string, v ...interface{}) {
	Must(conn.Exec(stmt, v...))
}