Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

goenv

This shell script will set enviroment for golang when you work with each project like virtualenv for python. Using:

  • put "activate" file into root of your project
  • set +x to "activate" file: sudo chmod +x ./activate
  • Active enviroment: source activate
  • Deactive enviroment: deactivate

About

This repos will contain my experience while leaning go programming. sharing to everybody

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors