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 ## $GOPATH

View File

@@ -1,4 +1,4 @@
#1.3 Go Befehle # 1.3 Go Befehle
## 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. 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 1) Install and run MySql
- Step 2) Create a user and database according to the constants in `main.go` - 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 1) Install and run Postgres
- Step 2) Create a user and database according to the constants in `main.go` - 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 1) Install and run MongoDB
- Step 2) Launch the MongoDB daemon (mongod) to start the server. - 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 1) Install and run Redis
- Step 2) Launch the Redis server matching the DB constants. - Step 2) Launch the Redis server matching the DB constants.

View File

@@ -1,4 +1,4 @@
##Setup for `ch.5.2` ## Setup for `ch.5.2`
- Step 1) Install and run MySql - Step 1) Install and run MySql
- Step 2) Create a user and database according to the constants in `main.go` - 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 1) Install and run Postgres
- Step 2) Create a user and database according to the constants in `main.go` - 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 1) Install and run MongoDB
- Step 2) Launch the MongoDB daemon (mongod) to start the server. - 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 1) Install and run Redis
- Step 2) Launch the Redis server matching the DB constants. - Step 2) Launch the Redis server matching the DB constants.

View File

@@ -1,4 +1,4 @@
#1.2 $GOPATH y el ambiente de trabajo # 1.2 $GOPATH y el ambiente de trabajo
## $GOPATH ## $GOPATH

View File

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

View File

@@ -16,7 +16,7 @@ vous pouvez choisir celle qui vous convient le mieux. Les trois façons les plus
Dans le cas où vous voudriez installer plus d'une version de Go sur votre machine, vous devriez jeter un oeil à l'outil [GVM](https://github.com/moovweb/gvm). Dans le cas où vous voudriez installer plus d'une version de Go sur votre machine, vous devriez jeter un oeil à l'outil [GVM](https://github.com/moovweb/gvm).
C'est le meilleur outil pour accomplir cette tâche, sinon vous devrez le faire vous-même. C'est le meilleur outil pour accomplir cette tâche, sinon vous devrez le faire vous-même.
##Installation à partir des sources ## Installation à partir des sources
Parce-que certaines parties de Go sont écrits en C Plan 9 et en assembleur AT&T, vous devez installer un compilateur C avant de continuer. Parce-que certaines parties de Go sont écrits en C Plan 9 et en assembleur AT&T, vous devez installer un compilateur C avant de continuer.

View File

@@ -1,4 +1,4 @@
#1.2 $GOPATH et workspace # 1.2 $GOPATH et workspace
## $GOPATH ## $GOPATH

View File

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

View File

@@ -1,4 +1,4 @@
#1.2 $GOPATH e Workspace # 1.2 $GOPATH e Workspace
## $GOPATH ## $GOPATH

View File

@@ -1,4 +1,4 @@
#1.3 Comandos GO # 1.3 Comandos GO
## 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 1) Install and run MySql
- Step 2) Create a user and database according to the constants in `main.go` - 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 1) Install and run Postgres
- Step 2) Create a user and database according to the constants in `main.go` - 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 1) Install and run MongoDB
- Step 2) Launch the MongoDB daemon (mongod) to start the server. - 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 1) Install and run Redis
- Step 2) Launch the Redis server matching the DB constants. - Step 2) Launch the Redis server matching the DB constants.

View File

@@ -1,4 +1,4 @@
#1.1 Установка # 1.1 Установка
## 3 способа установить Go ## 3 способа установить Go

View File

@@ -1,4 +1,4 @@
#1.2 $GOPATH и рабочий каталог # 1.2 $GOPATH и рабочий каталог
## $GOPATH ## $GOPATH

View File

@@ -1,4 +1,4 @@
#1.3 Утилиты Go # 1.3 Утилиты Go
## Утилиты Go ## Утилиты Go

View File

@@ -1,4 +1,4 @@
#1.4 Инструменты разработки для Go # 1.4 Инструменты разработки для Go
В этом разделе я ознакомлю Вас с несколькими средами разработки (IDE), которые помогут Вам более эффективно программировать. Они обладают такими возможностями как умное автодополнение и автоформатирование. Все они кроссплатформенные, поэтому шаги по настройке, которые я покажу, не будут слишком отличаться в зависимости от операционной системы, которую Вы используете. В этом разделе я ознакомлю Вас с несколькими средами разработки (IDE), которые помогут Вам более эффективно программировать. Они обладают такими возможностями как умное автодополнение и автоформатирование. Все они кроссплатформенные, поэтому шаги по настройке, которые я покажу, не будут слишком отличаться в зависимости от операционной системы, которую Вы используете.

View File

@@ -1,4 +1,4 @@
#3 Основы Веба # 3 Основы Веба
Основной причиной, по которой вы читаете эту книгу, является желание научиться создавать веб-приложения на языке Go. Как я уже говорил ранее, Go предоставляет много мощных пакетов, способных справляться с этой задачей, например пакет «http». Этот пакет поможет вам создавать web-приложения. Я объясню Вам все что вы должны знать о разработке веб-приложений в следующих главах, а сейчас мы поговорим о концепции Веба и о том как запускать веб-приложения в Go. Основной причиной, по которой вы читаете эту книгу, является желание научиться создавать веб-приложения на языке Go. Как я уже говорил ранее, Go предоставляет много мощных пакетов, способных справляться с этой задачей, например пакет «http». Этот пакет поможет вам создавать web-приложения. Я объясню Вам все что вы должны знать о разработке веб-приложений в следующих главах, а сейчас мы поговорим о концепции Веба и о том как запускать веб-приложения в Go.

View File

@@ -16,7 +16,7 @@
- Полностью поддерживает стандарты интерфейса `databse/sql`. - Полностью поддерживает стандарты интерфейса `databse/sql`.
- Поддерживает постоянное соединение между потоками. - Поддерживает постоянное соединение между потоками.
##Примеры ## Примеры
Во всех следующих разделах я буду использовать одинаковую структуру таблицы базы данных для различных баз данных, создать которую можно следующим SQL запросом: Во всех следующих разделах я буду использовать одинаковую структуру таблицы базы данных для различных баз данных, создать которую можно следующим SQL запросом:

View File

@@ -12,7 +12,7 @@ SQLite это открытая встраиваемая реляционная
Первый драйвер является единственным, который поддерживает стандарты интерфейса `database/sql` в SQLite, поэтому я использую его в моих проектах. Поддержка стандартов позволит легко мигрировать на другую базу в будущем. Первый драйвер является единственным, который поддерживает стандарты интерфейса `database/sql` в SQLite, поэтому я использую его в моих проектах. Поддержка стандартов позволит легко мигрировать на другую базу в будущем.
##Примеры ## Примеры
Создайте таблицу следующим запросом: Создайте таблицу следующим запросом:

View File

@@ -12,7 +12,7 @@ PostgreSQL - свободная объектно-реляционная сист
Я буду использовать первый драйвер в последующих примерах. Я буду использовать первый драйвер в последующих примерах.
##Примеры ## Примеры
Создайте таблицу следующим запросом: Создайте таблицу следующим запросом:

View File

@@ -1,4 +1,4 @@
#1.2 $GOPATH ve Çalışma Ortamı # 1.2 $GOPATH ve Çalışma Ortamı
## $GOPATH ## $GOPATH

View File

@@ -1,4 +1,4 @@
#1.3 Go Komutları # 1.3 Go Komutları
## Go Komutları ## Go Komutları