A website for my game dev stuff that supports chat, etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Zed A. Shaw ec7298cce0 Refactor everything that's used all over into a common/ package and sync files from static/ into public/ so that public's not in the git. 4 days ago
..
admin/table I can now list the contents of a table and display a form for one row to update/delete, but haven't implemented update and delete. 2 weeks ago
layouts Refactor everything that's used all over into a common/ package and sync files from static/ into public/ so that public's not in the git. 4 days ago
partials Sorted out how to do views with Go html/template, how to put code in subdirectories for a namespace, and documented why Go's modules are so weird. 2 months ago
game.html Now can alternatively generate a static page for a URL from pages, or dynamically return it with c.Render from views. Did this for games and streams. 3 weeks ago
stream.html Now can alternatively generate a static page for a URL from pages, or dynamically return it with c.Render from views. Did this for games and streams. 3 weeks ago
test.html Tinkering with how to do a 'check view, then static' style of templates, but maybe I need to do a generator? 4 weeks ago