You are viewing a single comment's thread. Return to all comments →
I believe you can stick to using scanner.ReadString and use fmt.Sscan instead for storing arguments.
scanner.ReadString
fmt.Sscan
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Data Types
You are viewing a single comment's thread. Return to all comments →
I believe you can stick to using
scanner.ReadString
and usefmt.Sscan
instead for storing arguments.