Cannot find module providing

Hello, I have faced that issue when I run
go mod init formQuestion
it work’s ok, but when I run this command and other commands which depends on mod
can't load package: package formQuestion: unknown import path "formQuestion": cannot find module providing package formQuestion

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