We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

First Local Program

  1. mkdir hellogo
    cd hellogo
    
  2. go mod init {REMOTE}/{USERNAME}/hellogo
    

    Where {REMOTE} is your preferred remote source provider (i.e. github.com) and {USERNAME} is your Git username. If you don't use a remote provider yet, just use example.com/username/hellogo

  3. cat go.mod
    

Run and submit the CLI tests using the Boot.dev CLI from the root of the hellogo package.