Adentures in Go
Playing with
go
[
view source
]
Wednesday, December 14, 2011
dayrange
While working on something else, I need to write a little utility function that returns a range of days. (When the
new time package
make it to release, this should be much simpler).
Tuesday, December 6, 2011
AppEngine Demo - URL Shortener
Here
you can find a small
AppEngine
Go example.It is a URL shortener (like
bit.ly
). I shows the following capabilities:
HTTP Serving
Templates
Datastore
Task Queue
Logging
Memcache
Below is the main application code:
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)