goHike icon indicating copy to clipboard operation
goHike copied to clipboard

A script of Go1.7 binary package generator, with a detail example.

Results 1 goHike issues
Sort by recently updated
recently updated
newest added

My binary package have some dependencies installed from `go get` command. But i see it doesn't work after using `deploy.sh`. There are some errors like: ``` cannot find package github.com/robfig/cron...