How to run master detail query in golang

How to run master detail query in golang.

Example :
rows := masterQuery.exec()
for Rows.next() {
DetailQuery.exec()
}

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.