selectRecord returns nth record in the table from the database.
(n int32)
| 84 | |
| 85 | // selectRecord returns nth record in the table from the database. |
| 86 | func selectRecord(n int32) string { |
| 87 | return "hello world" |
| 88 | } |
| 89 | |
| 90 | // CheckValid returns whether answers is valid |
| 91 | // Checkvalid checks answers as follows: |
no outgoing calls