Skip to content

Commit 304ff8a

Browse files
author
Soypete
committed
outline for section 2
1 parent ad90d4e commit 304ff8a

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ _This tutorial is written for people who have less that one year programming exp
1515

1616
### [2.1 Bash](/part_2/2.1_Bash.md)
1717
### [2.2 Git](/part_2/2.2_git.md)
18-
### 2.3 Install Go
19-
### 2.4 Pick Your IDE
18+
### [2.3 Install Go](/part_2/2.3_installing_go.md)
19+
### [2.4 Pick Your IDE](/part_2/2.4_pick_your_IDE.md)
2020

2121
## Part-3 Write a Go server
2222

part_2/2.3_installing_go.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Installing Go
2+
3+
## From Binary
4+
5+
## From Source
6+
7+
## Establishing your gopath
8+
9+
## Test program

part_2/2.4_pick_your_IDE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Pick Your IDE
2+
3+
## What is an IDE
4+
5+
### Atom
6+
7+
### Sublime
8+
9+
### Goland
10+
11+
### VSCode
12+
13+
### Vim
14+
15+
### Emacs
16+
17+
## Installing VSCode
18+
19+
## Installing Go plugins
20+
21+
## Setting Up Dev Environment

0 commit comments

Comments
 (0)