I have a problem with the command line go get
or go get .
in my Golang project. The error is
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
I have tried step by step install package protobuf in this website enter link description here
but I can't resolve my problem.