Files
learngo/02-write-your-first-program/exercises/02/exercise.md

7 lines
256 B
Markdown
Raw Normal View History

2018-10-13 23:30:21 +03:00
// ---------------------------------------------------------
// EXERCISE
// Print your GOPATH using `go env` tool
//
// EXPECTED OUTPUT
// The physical folder path that is referenced by $GOPATH
// ---------------------------------------------------------