Skip to content

tjinauyeung/xke-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages