repository
0.0.0-20240626221931-3e57356bf4a1
Repository: https://github.com/lercher/gotools.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Gotools
Several simple command line tools, written in Go (golang). Combined in a single git project. Have a look. To build the tool, unless stated otherwise, use go's standard procedure in the tools subdir: go get/build/install.
To see what each thing does, I'm afraid you have to look at the code. The only command that has significant complexity currently, is the web server based Mandelbrot set explorer mandel.
Verbose Build
cd <tool>
go get -v && go install -v
Silent Build
cd <tool>
go get && go install