Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 415 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 415 Bytes

You can make this much better!!

If you are intrested in Go or command line applications feel free to send pull requests.

How to clone and run gow for developing

First clone project by running below git commands

$ cd $GOPATH/src
$ git clone https:/amireshoon/gow.git
$ cd gow

Then you can open project and apply your changes. Run project by below commands.

$ go run main.go --help