package embed is not in GOROOT #2

Closed
opened 2021-01-12 07:55:37 +00:00 by aihy · 2 comments
aihy commented 2021-01-12 07:55:37 +00:00 (Migrated from github.com)

algo/kgm/mask.go:5:2: package embed is not in GOROOT (/usr/local/Cellar/go/1.15.6/libexec/src/embed)

in macOS Big Sur 11.1

algo/kgm/mask.go:5:2: package embed is not in GOROOT (/usr/local/Cellar/go/1.15.6/libexec/src/embed) in macOS Big Sur 11.1
aihy commented 2021-01-12 08:00:04 +00:00 (Migrated from github.com)

I see, it needs go 1.16

I see, it needs go 1.16
emmmx commented 2021-01-12 10:13:34 +00:00 (Migrated from github.com)

I see, it needs go 1.16

Yeah, this project is using the new feature from the unreleased version golang 1.16 (it's beta now).
Without this, the .kgm decryption will not works.

> I see, it needs go 1.16 Yeah, this project is using the new feature from the unreleased version golang 1.16 (it's beta now). Without this, the `.kgm` decryption will not works.
Sign in to join this conversation.
No description provided.