golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 265 forks source link

talksapp: Support Git Hub gists #478

Open prashanthpai opened 7 years ago

prashanthpai commented 7 years ago

It'll be nice to support Git Hub gists such as this sample one.

And go-talks app on appspot can support one or both of these:

http://go-talks.appspot.com/gist.github.com/<owner>/<gist-id>

or

http://go-talks.appspot.com/gist.github.com/<owner>/<gist-id>#<file-reference-tag>

Why support gists ?

prashanthpai commented 7 years ago

@campoy What do you think ?