tjinauyeung / xke-go

Go code for XKE talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XKE Go demo

Run

go run .

Build

go build

Watch

// install fresh pkg
go get github.com/pilu/fresh

// start watcher
fresh

DB

Update the db config to connect to your own postgres db

// fill in your db config here
const (
	host     = "localhost"
	user     = "postgres"
	password = "password"
	dbname   = "golangdb"
	port     = 5432
)

About

Go code for XKE talk


Languages

Language:Go 100.0%