Sumit
Home
Notes
About
Notes: go
Fix go: go.mod file not found in current directory or any parent directory; see 'go help modules'
2023-08-25 by
Sumit Patel
First initialize
go mod
.
go mod init <file.go>
Read moreā¦