Examples using... fmt.Fscanln()

Recent
Fscanln is similar to Fscan, but stops scanning at a newline and after the final item there must be a newline or EOF.
This example transmits a value that implements the custom encoding and decoding methods.