Your First CLI in Go
What is a CLI?
A CLI stands for Command Line Interface. It is a program you talk to by typing in a terminal, not by clicking buttons on a screen.
You have probably used CLIs before. When you type cd D
thegoninja.hashnode.dev4 min read