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 e Workspace
# 1.2 $GOPATH e Workspace
## $GOPATH

View File

@@ -1,4 +1,4 @@
#1.3 Comandos GO
# 1.3 Comandos GO
## Comandos GO

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.