Skip to content

AlexanderAllen/golang-petname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

golang-petname

Super convinient name of naming your project directories, containers, etc.

To compile and run:

go mod init alexanderallen/pet

# Download module dependencies.
go mod tidy

# Install module.
go build && go install

# Confirm module is installed
ls $GOPATH/bin

Make sure your $GOTPATH is set in your .bashrc or equivalent

To get started with Go, see https://golang.org/doc/tutorial/getting-started

About

Example from github.com/dustinkirkland/golang-petname

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages