Blog
SubscribeSega Mega Drive/Genesis prototype: Gensou Senki Kokou no Ryuu: Crying Dragon
2019-11-20 14:40:30 -0500 EST
Prototypes
Sega Mega Drive/Genesis
Sega Mega CD/Sega CD
Software Dumps
I've recently acquired a prototype of a Sega Mega Drive game that was never released, and now I'm proud to present a ROM dump of it. The game in question is Gensou Senki Kokou no Ryuu: Crying Dragon (幻想戦記孤高の龍 Crying Dragon).
The game was originally announced by Sega as part of a line-up of early Sega Mega CD/Sega CD games given to Famitsu and listed in the 28 June 1991 issue, on page 14.
The Go templates post
2017-02-02 16:43:40 -0500 EST
Programming
Go
This post is a slightly revised version of my original "The Go templates post" post that was originally posted 26 May 2014 4:52 PM EDT. The information is still accurate, but does not reflect the past 3 years of changes. Keep this in mind. Be sure to read both the text/template and html/template package docs for the latest info.
The Go standard library comes with a powerful template system which allows you to generate structured text from some input data.