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
First thing, go 1.4 says there is no -U flag for the get command
I tried with and without the -u flag with similar results (my $GOPATH = C:\temp\goodrive):
go get -u github.com/go-libs/growl
# github.com/go-libs/growl
C:\temp\goodrive\src\github.com\go-libs\growl\linux.go:4: getCmd redeclared in this block
previous declaration at C:\temp\goodrive\src\github.com\go-libs\growl\darwin.go:6
C:\temp\goodrive\src\github.com\go-libs\growl\linux.go:31: missing return at end of function
C:\temp\goodrive\src\github.com\go-libs\growl\windows.go:4: getCmd redeclared in this block
previous declaration at C:\temp\goodrive\src\github.com\go-libs\growl\linux.go:4
The text was updated successfully, but these errors were encountered:
First thing, go 1.4 says there is no -U flag for the get command
I tried with and without the -u flag with similar results (my $GOPATH = C:\temp\goodrive):
The text was updated successfully, but these errors were encountered: