You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/go$ go get github.com/stretchr/gorc
can't load package: package github.com/stretchr/gorc: no buildable Go source files in ~/go/src/github.com/stretchr/gorc
~/go$ echo $GOPATH
~/go
~/go$ cd src/github.com/stretchr/gorc/
~/go/src/github.com/stretchr/gorc$ ls
Workaround to use gorc:
download the zip file and extract it at $GOPATH/src/github.com/stretchr
Add manually missing packages:
$go get github.com/stretchr/commander
$go get github.com/stretchr/objx
$go install
Afterwards gorc is executable if $GOPATH/bin is part of $PATH
This is the output im getting. Something is not right with the repository I guess?
$ git clone git@github.com:stretchr/gorc.git
Cloning into 'gorc'...
remote: Counting objects: 368, done.
remote: Total 368 (delta 0), reused 0 (delta 0), pack-reused 368
Receiving objects: 100% (368/368), 68.50 KiB | 0 bytes/s, done.
Resolving deltas: 100% (149/149), done.
Checking connectivity... done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
The text was updated successfully, but these errors were encountered: