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