A website for my game dev stuff that supports chat, etc.
Find a file
2025-09-18 15:44:53 -04:00
admin Refactor to use plain GoStyleCamelCase instead of json_style_snake_case. 2025-09-18 15:44:53 -04:00
api Add an /api/authcheck and use it to toggle logout/login link on top header. 2025-09-17 11:33:22 -04:00
common Refactor to use plain GoStyleCamelCase instead of json_style_snake_case. 2025-09-18 15:44:53 -04:00
config Small config and my own little lib. 2025-07-10 10:18:43 -04:00
data Refactor to use plain GoStyleCamelCase instead of json_style_snake_case. 2025-09-18 15:44:53 -04:00
migrations Games now have a page and everything works on multiple size screens, but I need to do a serious refactoring to normalize all data to be Go style. 2025-09-18 14:57:52 -04:00
pages Refactor to use plain GoStyleCamelCase instead of json_style_snake_case. 2025-09-18 15:44:53 -04:00
scratchpad More testing of the sqlx and squirrel database system, then added in goose for migrations. Pretty close to making a first version api. 2025-05-31 00:10:22 -04:00
static Games now have a page and everything works on multiple size screens, but I need to do a serious refactoring to normalize all data to be Go style. 2025-09-18 14:57:52 -04:00
tests Migrated to the new go-web-dev-kit setup. 2025-09-13 15:08:19 -04:00
tools Improved the stream page some more and now going to make the game display page a parody of a steam page. 2025-09-17 01:28:23 -04:00
views Refactor to use plain GoStyleCamelCase instead of json_style_snake_case. 2025-09-18 15:44:53 -04:00
.gitignore Brought over most of the changes from go-web-starter-kit. 2025-08-31 11:23:12 -04:00
.ozai.json Improved the stream page some more and now going to make the game display page a parody of a steam page. 2025-09-17 01:28:23 -04:00
config_example.toml Example config file. 2025-07-06 00:38:35 -04:00
go.mod Upgraded to v0.1.0 of ozai and ssgod. 2025-09-14 12:13:24 -04:00
go.sum Upgraded to v0.1.0 of ozai and ssgod. 2025-09-14 12:13:24 -04:00
LICENSE Initial commit 2025-05-27 16:07:16 +02:00
main.go Migrated to the new go-web-dev-kit setup. 2025-09-13 15:08:19 -04:00
Makefile Improved the stream page some more and now going to make the game display page a parody of a steam page. 2025-09-17 01:28:23 -04:00
NOTES.md Start bringing in Helix for a twitch bot and have notes on how to use the twitch-cli tool. 2025-08-05 00:34:03 -04:00
README.md Migrated to the new go-web-dev-kit setup. 2025-09-13 15:08:19 -04:00
setup.sql Have a mostly working API server in go that's talking to streams/index.html and related pages. 2025-05-31 14:12:08 -04:00
ssgod.toml Migrated to the new go-web-dev-kit setup. 2025-09-13 15:08:19 -04:00
ssgod_copy.toml Wrong directory target. 2025-08-18 19:55:17 -04:00

zedshaw.games

This is a learning projects for me to learn Go. It's a simple website that serves past stream information, a place to post links during stream, and the games I've made while live streaming.