Skip to content

perelin/twissr_heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local start

load local DB $ go install ./... $ heroku local or $ cd cmd/website/ $ export DATABASE_URL=postgres://perelin@localhost/twissr_local?sslmode=disable $ export TEMPLATE_FOLDER_PREFIX=../../ $ go build && ./website OR fresh

INstalle/Update depnedencies

$ govendor fetch PACKAGE

Dev Log

https://stackoverflow.com/questions/21532113/golang-converting-string-to-int64 i, err := strconv.ParseInt(s, 10, 64)

https://medium.com/@motyar/golang-pretty-print-structure-8617379e29f4 fmt.Printf("%#v", p) //with name, value and type

"path": "github.com/ChimeraCoder/anaconda", "revision": "afffdbac178c0e78746ea42d7c1af963cb7ef28e",

About

Twissr source code for deployment to heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published