I have a go CLI that prints to the terminal and, as it should, it prints the new output but keeps older outputs:
every line of circles is an output...
Is there a way to only have the last output being displayed? I was thinking on clearing the terminal on every print but it sometimes works buggy so i was wondering on another way