๐ฆModules & Packages WorkshopWORKSHOP
1
2
3
4
Step 1
Write a valid `go.mod` file content as a string literal and print it. The module path should be `github.com/alice/myapp` and the Go version directive should be `go 1.22`. Your printed output must contain both the `module` and `go` directives.
โ Enter (Mac) ยท Ctrl+Enter (Win/Linux)