When I try to run any Go program with the key word go, I see this message on my terminal:
<code>go: golang.org/[email protected]: verifying module: golang.org/[email protected]: initializing sumdb.Client: reading tree note: malformed note
note:
</code>
<code>go: golang.org/[email protected]: verifying module: golang.org/[email protected]: initializing sumdb.Client: reading tree note: malformed note
note:
</code>
go: golang.org/[email protected]: verifying module: golang.org/[email protected]: initializing sumdb.Client: reading tree note: malformed note
note:
What could be causing this? I’m trying to learn Go.
I tried creating a go module with go mod init
and it instead showed me this:
<code>go: golang.org/[email protected]: verifying module: golang.org/[email protected]: initializing sumdb.Client: reading tree note: malformed note
note:
</code>
<code>go: golang.org/[email protected]: verifying module: golang.org/[email protected]: initializing sumdb.Client: reading tree note: malformed note
note:
</code>
go: golang.org/[email protected]: verifying module: golang.org/[email protected]: initializing sumdb.Client: reading tree note: malformed note
note:
I also tried running a docker file and it’s still the same result. What could be causing this?