Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Very nice.. I've wanted a nontrivial example of a Go webapp -- the ones I write are strictly JSON API's that lurk behind our presentation UI.

You can see the actual dependencies used by hitting godoc.org:

http://godoc.org/github.com/mjibson/goread/goapp?imports



Actually building and running the thing, though, seems to be quite tricky - app engine forbids importing syscall, but half of the dependencies of this app seem to import syscall.


I think you're doing something wrong.

Are you using the Go App Engine SDK? Then you just run dev_appserver.py $DIR and it runs.


They might have stub source files with a `//+build !appengine` in them




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: