12 Commits (ca8f4e194f0e9e518935a111ed048e5aedeb6746)

Author SHA1 Message Date
Zed A. Shaw ca8f4e194f Need to find out why GODEBUG is ignored. Trying on linux. 5 days ago
Zed A. Shaw fd059ad3cf Start bringing in Helix for a twitch bot and have notes on how to use the twitch-cli tool. 5 days ago
Zed A. Shaw 19a2a85c10 Started using my super-saiyan-god tool but I need to rework the repo so it supports the tool style for go get. 1 week ago
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. 2 weeks ago
Zed A. Shaw c64874cb51 Can now generate a lot of the static content from templates in pages/ WARNING: I kept seeing page _templates_ getting corrupted on rendering, which is no bueno. 1 month ago
Zed A. Shaw 9961915c8c Used the new sitebuild tool to generate stuff. 1 month ago
Zed A. Shaw 49dc8cf330 Needs to be in a dir. 1 month ago
Zed A. Shaw 3939a54513 Testing out the tools/cmd pattern with go get tool 1 month ago
Zed A. Shaw bac4472c3a Apparently for 2 weeks (yes 2 whole fucking weeks) I was using NamedExec wrong instead of MustExec so inserts haven't worked since then. Other than that, this is a more cleaned up MVC style setup than before. 2 months ago
Zed A. Shaw b28e507e5e Can now run ChromeDP to automate the browser based testing. 2 months ago
Zed A. Shaw 8c04bffa5d A bit more cleanup into an api to use before testing out authentication. 2 months ago
Zed A. Shaw 55f59d88b6 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