Initial commit
This commit is contained in:
7
02-write-your-first-program/exercises/02/exercise.md
Normal file
7
02-write-your-first-program/exercises/02/exercise.md
Normal file
@@ -0,0 +1,7 @@
|
||||
// ---------------------------------------------------------
|
||||
// EXERCISE
|
||||
// Print your GOPATH using `go env` tool
|
||||
//
|
||||
// EXPECTED OUTPUT
|
||||
// The physical folder path that is referenced by $GOPATH
|
||||
// ---------------------------------------------------------
|
@@ -0,0 +1,3 @@
|
||||
You should type this:
|
||||
|
||||
go env GOPATH
|
Reference in New Issue
Block a user