fmt.Scan, fmt.Scanf and fmt.Scanln are harmful.
Every time I want to use those APIs, I always find myself having to look up the documentation for their exact behaviors.
The only times I’ve wanted to use those functions were when my inputs were verified and constant. For example, this was extremely useful for parsing files during Advent of Code.