``` fmt.Println("GetMarkets error : %s", e.Error()) ``` `Println` -> `Printf` & `\n`.
Println->Printf&\n.