Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 543 Bytes

File metadata and controls

9 lines (5 loc) · 543 Bytes

Go Network CLI

This CLI is my version of tutorialedge's network cli

What's so special about this?

I didn't change much of the functionality, actually it still has the same behavior as the one in the video, but I modified the project structure in such a way that it would be able to scale beautifully.

Seperating commands and flags into their own respective files and making a struct for the app instead of having everything in one big chunky file.