Closed Eruptsy closed 2 years ago
Empty Println() function used to output a newline is pointless. Also, using a bunch of println() function back to back is useless. Use a variable to set the format of string and just output it.
https://github.com/dropout1337/TikTok-Username-Checker/blob/384ce28bd79d78ec9c12c3961855a40eadab746d/main.go#L84
🥼 im dead. its called making the ui look good.
If you need help positioning UIs. Lmk
Empty Println() function used to output a newline is pointless. Also, using a bunch of println() function back to back is useless. Use a variable to set the format of string and just output it.
https://github.com/dropout1337/TikTok-Username-Checker/blob/384ce28bd79d78ec9c12c3961855a40eadab746d/main.go#L84