Files
learngo/02-write-your-first-program/exercises/02/exercise.md
2018-10-15 19:34:48 +03:00

7 lines
256 B
Markdown

// ---------------------------------------------------------
// EXERCISE
// Print your GOPATH using `go env` tool
//
// EXPECTED OUTPUT
// The physical folder path that is referenced by $GOPATH
// ---------------------------------------------------------