Add space after last "#" in headers

This commit is contained in:
Konstantin Portnov
2017-11-25 12:33:40 -03:00
parent e9ca7b3fdf
commit 2de44394da
32 changed files with 32 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
#1.2 $GOPATH und Workspaces
# 1.2 $GOPATH und Workspaces
## $GOPATH

View File

@@ -1,4 +1,4 @@
#1.3 Go Befehle
# 1.3 Go Befehle
## Go Befehle

View File

@@ -1,4 +1,4 @@
#3 Internet Grundlagen
# 3 Internet Grundlagen
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.

View File

@@ -1,4 +1,4 @@
##Setup for `ch.5.2`
## Setup for `ch.5.2`
- Step 1) Install and run MySql
- Step 2) Create a user and database according to the constants in `main.go`

View File

@@ -1,4 +1,4 @@
##Setup for ch.5.4
## Setup for ch.5.4
- Step 1) Install and run Postgres
- Step 2) Create a user and database according to the constants in `main.go`

View File

@@ -1,4 +1,4 @@
##Setup for `ch.5.6` for MongoDB
## Setup for `ch.5.6` for MongoDB
- Step 1) Install and run MongoDB
- Step 2) Launch the MongoDB daemon (mongod) to start the server.

View File

@@ -1,4 +1,4 @@
##Setup for `ch.5.6` for Redis
## Setup for `ch.5.6` for Redis
- Step 1) Install and run Redis
- Step 2) Launch the Redis server matching the DB constants.