How To Create Your Own CLI — With Golang

An introduction to making CLI’s with Golang

Jeroen Ouwehand
ITNEXT
Published in
4 min readMar 4, 2019

--

Photo by Anastasia Yılmaz on Unsplash

In this article, I will explain how you can make a basic command line interface (CLI) with Golang. We are going to make a small pizza CLI, after following the article you will have an idea of how you set up one and create a custom CLI by yourself.

Prerequisites

--

--