fix: grammar mistakes

This commit is contained in:
Paul Waldmann
2018-11-18 05:03:43 +08:00
committed by Inanc Gumus
parent 9806e01284
commit 06891c57fc
27 changed files with 86 additions and 85 deletions

View File

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