A simple command line tool to generate the go binary module.
- Rust and cargo must be installed.
- clone the repo and run
cargo install --path .
this will generate the binary and install in cargo bin path or you can manually copy the binary by building
cargo build
gmod my_first_project
this will setup
- create a directory called
my_first_project
. - create basic main function in
main.go
. - initialise the module with the name
github.com/NishanthSpShetty/my_first_project