Skip to content

zreactor/gostuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Gostuff

A collection of simple golang command-line utility tools.

For extra ease of use of installed commands, add the following settings:

cd
mkdir gobin  # directory for go installed files for easy access

In .bash_profile:

export GOBIN="/Users/[path]/gobin"
alias gocmds="ls $GOBIN"

Now, can access all installed go utilities via gocmds.

About

Small tools in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages