fix: grammar mistakes
This commit is contained in:
committed by
Inanc Gumus
parent
9806e01284
commit
06891c57fc
@ -14,7 +14,7 @@
|
||||
|
||||
## 3. Install Go
|
||||
|
||||
Select linux and the download will begin.
|
||||
Select Linux and the download will begin.
|
||||
|
||||
```bash
|
||||
firefox https://golang.org/dl
|
||||
@ -47,7 +47,7 @@ Select linux and the download will begin.
|
||||
|
||||
* These are very handy tools to ease the development (like goimports)
|
||||
|
||||
* `go get` cannot be usable without installing a code versioning program like Git which we already have got it above.
|
||||
* `go get` cannot be used without installing a code versioning program like Git which we already have got it above.
|
||||
|
||||
* This will create `~/go` directory and will download go tools into there.
|
||||
|
||||
@ -71,9 +71,9 @@ Select linux and the download will begin.
|
||||
```bash
|
||||
cat <<EOF > $GOPATH/src/hello.go
|
||||
package main
|
||||
|
||||
|
||||
import "fmt"
|
||||
|
||||
|
||||
func main() {
|
||||
fmt.Println("hello gopher!")
|
||||
}
|
||||
@ -91,9 +91,9 @@ Select linux and the download will begin.
|
||||
<div style="page-break-after: always;"></div>
|
||||
|
||||
> For more tutorials: [https://blog.learngoprogramming.com](https://blog.learngoprogramming.com)
|
||||
>
|
||||
>
|
||||
> Copyright © 2018 Inanc Gumus
|
||||
>
|
||||
>
|
||||
> Learn Go Programming Course
|
||||
>
|
||||
> [Click here to read the license.](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
>
|
||||
> [Click here to read the license.](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
* In this course I'll be using bash commands. Bash is just a command-line interface used in OS X and Linux. It's one of the most popular command-line interfaces. So, if you want to use it too, instead of using the Windows default command-line, you can use git bash that you've installed. With git bash, you can type a command in command-line as you're on OS X or Linux.
|
||||
|
||||
* If you don't want to use git bash, it's ok too. It depends on you. But note that, I'll be using bash commands mostly. Because, it allows more advanced commands as well.
|
||||
* If you don't want to use git bash, it's ok too. It depends on you. But note that, I'll be using bash commands mostly. Because it allows more advanced commands as well.
|
||||
|
||||
* You can also prefer to use the more powerful alternative to git bash: [Linux Subsystem for Windows](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
1. Just search for git bash from the start bar
|
||||
2. Or, if there's one, click on the icon on your desktop
|
||||
|
||||
3. Also setup VS Code to use git-bash by default:
|
||||
3. Also, setup VS Code to use git-bash by default:
|
||||
1. Open VS Code
|
||||
2. Go to Command Palette
|
||||
1. Type: `terminal`
|
||||
@ -58,9 +58,9 @@
|
||||
<div style="page-break-after: always;"></div>
|
||||
|
||||
> For more tutorials: [https://blog.learngoprogramming.com](https://blog.learngoprogramming.com)
|
||||
>
|
||||
>
|
||||
> Copyright © 2018 Inanc Gumus
|
||||
>
|
||||
>
|
||||
> Learn Go Programming Course
|
||||
>
|
||||
> [Click here to read the license.](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
>
|
||||
> [Click here to read the license.](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
||||
|
Reference in New Issue
Block a user