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

278 B

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