fix: grammar for package questions

This commit is contained in:
Inanc Gumus 2018-11-01 16:08:54 +03:00
parent ada0ca3eae
commit a3f4f1a900

View File

@ -3,7 +3,7 @@
2. In a single directory *CORRECT*
## What's a `package clause` in a Go source-code file?
## Why a package clause is used in a Go source-code file?
1. It's used for importing a package
2. It's used for letting Go know that the file belong to a package *CORRECT*
3. It's used for declaring a new function