Skip to content

mtseafood/go-sample-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

In the Ubuntu terminal, install the Modular CLI:

curl https://get.modular.com |
MODULAR_AUTH=mut_a9e17400c8584fd695debb0f8bd4c40c
sh -

Before you start:

You must set the MODULAR_HOME and PATH environment variables, as described in the output when you ran modular install mojo. For example, if you’re using bash, you can set them as follows:

echo 'export MODULAR_HOME="$HOME/.modular"' >> ~/.bashrc
echo 'export PATH="$MODULAR_HOME/pkg/packages.modular.com_mojo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

If you have other issues during install, check our known issues.

About

Hello World for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published