Skip to content

Commit 92810a9

Browse files
authored
Merge pull request astaxie#919 from x0000ff/fix/headers-formatting
Add space after last "#" in headers
2 parents a9ac224 + 2de4439 commit 92810a9

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

de/01.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#1.2 $GOPATH und Workspaces
1+
# 1.2 $GOPATH und Workspaces
22

33
## $GOPATH
44

de/01.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#1.3 Go Befehle
1+
# 1.3 Go Befehle
22

33
## Go Befehle
44

de/03.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#3 Internet Grundlagen
1+
# 3 Internet Grundlagen
22

33
Der Grund warum du dieses Buch liest, ist das du lernen möchtest wie man mit Go Webanwendungen erstellt. Wie ich schon sagte, stellt Go viele mächtige Pakete wie `http` zur Verfügung. Die Pakete können dir eine große Hilfe sein um Webanwendungen zu erstellen. In den nächsten Kapiteln werde ich dir hierzu alles beibringen, was du wissen musst. Wir werden in diesem Kapitel über einige Konzepte des Internet und wie man Webanwendung mit Go ausführt sprechen.
44

de/code/src/apps/ch.5.2/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Setup for `ch.5.2`
1+
## Setup for `ch.5.2`
22

33
- Step 1) Install and run MySql
44
- Step 2) Create a user and database according to the constants in `main.go`

de/code/src/apps/ch.5.4/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Setup for ch.5.4
1+
## Setup for ch.5.4
22

33
- Step 1) Install and run Postgres
44
- Step 2) Create a user and database according to the constants in `main.go`

de/code/src/apps/ch.5.6/mongodb/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Setup for `ch.5.6` for MongoDB
1+
## Setup for `ch.5.6` for MongoDB
22

33
- Step 1) Install and run MongoDB
44
- Step 2) Launch the MongoDB daemon (mongod) to start the server.

de/code/src/apps/ch.5.6/redis/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Setup for `ch.5.6` for Redis
1+
## Setup for `ch.5.6` for Redis
22

33
- Step 1) Install and run Redis
44
- Step 2) Launch the Redis server matching the DB constants.

en/code/src/apps/ch.5.2/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Setup for `ch.5.2`
1+
## Setup for `ch.5.2`
22

33
- Step 1) Install and run MySql
44
- Step 2) Create a user and database according to the constants in `main.go`

en/code/src/apps/ch.5.4/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Setup for ch.5.4
1+
## Setup for ch.5.4
22

33
- Step 1) Install and run Postgres
44
- Step 2) Create a user and database according to the constants in `main.go`

en/code/src/apps/ch.5.6/mongodb/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##Setup for `ch.5.6` for MongoDB
1+
## Setup for `ch.5.6` for MongoDB
22

33
- Step 1) Install and run MongoDB
44
- Step 2) Launch the MongoDB daemon (mongod) to start the server.

0 commit comments

Comments
 (0)