SCM: Installation
Once your terminal is in the project, you can run this command:
go get github.com/TheKamboy/Simple-Console-Menu
Now, open up your main.go file, and add this:
import (
cmenu "github.com/TheKamboy/Simple-Console-Menu"
)
Once your terminal is in the project, you can run this command:
go get github.com/TheKamboy/Simple-Console-Menu
Now, open up your main.go file, and add this:
import (
cmenu "github.com/TheKamboy/Simple-Console-Menu"
)