go-commands

module
v0.0.0-...-6703be6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2019 License: MIT

README

GO Command line tools

Building

Inside the base dir, same level as src directory, type:

export GOPATH=`pwd`

Go inside the command you want to build, for instance s3bucket and ```make````

cd /src/s3bucket
make

Developing

Inside the base dir, same level as src directory, type:

export GOPATH=`pwd``

Go inside the command you want to build, for instance s3bucket and open the editor

cd /src/s3bucket

Installing

S3Upload

curl -sSL https://github.com/mangar/go-commands/archive/master.zip -o go-commands-master.zip; unzip go-commands-master.zip; cd go-commands-master/src/s3upload; make; make install

S3Bucket

curl -sSL https://github.com/mangar/go-commands/archive/master.zip -o go-commands-master.zip; unzip go-commands-master.zip; cd go-commands-master/src/s3bucket; make; make install

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL