Fix formatting on portuguese golang index.md (#27123)
* Remove whitespaces and fix indentation * Other fixes to match english version
This commit is contained in:
committed by
Randell Dawson
parent
d5046d6e82
commit
38a6e56a7f
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: Go
|
||||
localeTitle: Ir
|
||||
localeTitle: Go
|
||||
---
|
||||
## Ir
|
||||
## Go
|
||||
|
||||

|
||||
|
||||
@ -12,7 +12,8 @@ Para mais informações, [acesse a página da Go](https://golang.org/)
|
||||
|
||||
Quer um rápido [Tour de Go?](https://tour.golang.org/welcome/1)
|
||||
|
||||
## \## Pré-instalações:
|
||||
## Pré-instalações:
|
||||
---------
|
||||
|
||||
#### Instale Golang com o Homebrew:
|
||||
|
||||
@ -23,7 +24,8 @@ $ brew update
|
||||
|
||||
#### Quando instalado, tente executar a versão go para ver a versão instalada do Go.
|
||||
|
||||
## \### Configure o espaço de trabalho:
|
||||
### Configure o espaço de trabalho:
|
||||
------
|
||||
|
||||
##### Adicionar variáveis de ambiente:
|
||||
|
||||
@ -48,7 +50,8 @@ export GOPATH=$HOME/go-workspace # don't forget to change your path correctly!
|
||||
export PATH=$PATH:$GOROOT/bin
|
||||
```
|
||||
|
||||
## \#### Crie seu espaço de trabalho:
|
||||
#### Crie seu espaço de trabalho:
|
||||
--------
|
||||
|
||||
##### Crie a árvore de diretórios do espaço de trabalho:
|
||||
|
||||
@ -83,7 +86,7 @@ go install
|
||||
|
||||
4. Visite o site em `http://localhost:1212`
|
||||
|
||||
_Alloy usa Node, NPM e Webpack_
|
||||
*Alloy usa Node, NPM e Webpack*
|
||||
|
||||
### Vá ao Playground
|
||||
|
||||
|
Reference in New Issue
Block a user