Files
learngo/02-write-your-first-program/exercises/02-print-gopath/exercise.md
2018-11-18 00:03:43 +03:00

9 lines
278 B
Markdown

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