It gives me this error when executing code in Go

1 Like
go mod init main

you need of a go.mod created, change “main” for whatever you want

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.