GVM (Go Version Manager) 사용 방법
발행: (2025년 12월 2일 오후 12:49 GMT+9)
1 min read
원문: Dev.to
Source: Dev.to
Installing GVM
시스템에 GVM을 설치하려면 다음 단계를 따르세요.
1. Install required dependencies
sudo apt-get install curl git mercurial make binutils bison gcc build-essential
2. Install GVM using the official installer script
bash .
코딩을 즐기세요!