DEV Community

Muhamed-Kanapiya
Muhamed-Kanapiya

Posted on

How to create a hacker typer in golang?

Hey, guys, can you write some simple program in go which accepts some command, and after writes hacking text like in movies with progress bar ?

Latest comments (2)

Collapse
 
kanapiyaru profile image
Muhamed-Kanapiya

I can't find any guides in google

Collapse
 
jcsvveiga profile image
João Veiga

I see two parts to this program.
Having a program to show and interacting on the terminal.
Maybe you can create a program that has inside the contents of a go (whatever language you want) that reads from stdin, ignores it and shows line by line from the program content.