Add space after last "#" in headers
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#1.2 $GOPATH und Workspaces
|
||||
# 1.2 $GOPATH und Workspaces
|
||||
|
||||
## $GOPATH
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#1.3 Go Befehle
|
||||
# 1.3 Go Befehle
|
||||
|
||||
## Go Befehle
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user