@fallenhitokiri the warm fuzzy feeling when someone uses your project and likes it never gets old. :D I'm very happy you got over your initial WTF period (that a lot of people have) and stuck with it long enough to start enjoying it!
BTW, regarding the dot imports: I usually have all my HTML code in one package (ingeniously called “html”), and my aliases are just never exported outside the package, so the solution to your alias problem in that case would be simple: lowercase them. Then you just export the stuff you need in your HTTP handlers and/or tests, and you're good!