# Introduction In this lab, we will learn about two different ways of managing dependencies in Go: GOPATH and Go Modules. These are essential concepts for organizing and managing Go projects effectively. **Knowledge Points:** - GOPATH - GOROOT - Go Modules
Click the virtual machine below to start practicing