Run one of the following depending on your remote provider.
gomodinitgithub.com/yourusername/hellogo
Replace yourusername with your actual GitHub username.
gomodinitgitlab.com/yourusername/hellogo
Replace yourusername with your actual GitLab username.
gomodinitexample.com/yourusername/hellogo
Use this if you don't use a remote provider yet. Replace yourusername accordingly.
(Alternatively, the module command can be written generically as go mod init {REMOTE}/{USERNAME}/hellogo where {REMOTE} is your preferred remote source providerβe.g., github.comβand {USERNAME} is your Git username.)
4
Verify the go.mod file
catgo.mod
Expected output (version may differ depending on your Go installation):
module github.com/yourusername/hellogo
go 1.25.1
5
Run Boot.dev CLI tests
Make sure you're in the hellogo directory, then run: