User interaction in GO?

Assuming you are wanting user input from the terminal, fmt.Scan and fmt.Scanf.

Another method was shared in Creating a simple "read number from STDIN" demo

1 Like