Finished translation of Chapter 1 in pt-br

This commit is contained in:
James Miranda
2016-09-23 17:33:18 -03:00
parent 2b65ffe75a
commit bbbfb9ff8c
269 changed files with 16105 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
##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`
DB_USER = "user"
DB_PASSWORD = ""
DB_NAME = "test"
- Step 3) Create table `userinfo` located at `schema.sql`
- Step 4) Run `go get` to download and install the remote packages.
- Step 5) Execute the program with `go run main.go`