repositorypackage
0.1.2
Repository: https://github.com/ivan-leschinsky/taketo-go.git
Documentation: pkg.go.dev
# README
taketo-go 
Simplified version of https://github.com/ivan-leschinsky/taketo ruby gem written in go
Install with homebrew on macOS
brew install ivan-leschinsky/taps/taketo-go
# if it cannot see - tap manually
brew tap ivan-leschinsky/taps
brew install ivan-leschinsky/taps/taketo-go
Install from source
go mod download
go install
Download from releases
Go to the releases and download version for your platform: https://github.com/ivan-leschinsky/taketo-go/releases/latest
bin will be available here:
$GOPATH/bin/taketo-go
Run in development:
go mod download
go run . server_alias_here
Run unit tests
go test -v