Home > other >  Build the wrong solution
Build the wrong solution

Time:11-26

/root/go/pkg/mod/github.com/caddyserver/[email protected]/crypto.go:20:2: unknown import path "crypto/ed25519" : always find module providing package crypto/ed25519

CodePudding user response:

What is your GOPATH?
The import "golang.org/x/crypto/ed25519 so try
"
  • Related