mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 04:25:59 +03:00
[GH-ISSUE #12] Building #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jan 15, 2019).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/12
root@raspberrypi:/Cloak# make client
mkdir -p build
go build -ldflags "-X main.version=master(6977138)" ./cmd/ck-client
cmd/ck-client/admin.go:21:2: cannot find package "github.com/cbeuw/Cloak/internal/client" in any of:
/usr/lib/go-1.7/src/github.com/cbeuw/Cloak/internal/client (from $GOROOT)
($GOPATH not set)
cmd/ck-client/admin.go:22:2: cannot find package "github.com/cbeuw/Cloak/internal/client/TLS" in any of:
/usr/lib/go-1.7/src/github.com/cbeuw/Cloak/internal/client/TLS (from $GOROOT)
($GOPATH not set)
cmd/ck-client/admin.go:23:2: cannot find package "github.com/cbeuw/Cloak/internal/util" in any of:
/usr/lib/go-1.7/src/github.com/cbeuw/Cloak/internal/util (from $GOROOT)
($GOPATH not set)
Makefile:10: recipe for target 'client' failed
make: *** [client] Error 1
root@raspberrypi:/Cloak#