Skip to content

DoG-peer/gobou

Repository files navigation

gobou

How to install

Install golang. For example, on Ubuntu

sudo apt-get install golang

Edit .bashrc or .zshrc. For example,

export GOPATH=$HOME/.go
export PATH="$GOPATH/bin:$PATH"

After editing, reload your shell by exec $SHELL -l.

Install gobou by go get command.

go get github.com/DoG-peer/gobou

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published