A small project that collects various nice things to get started with Go Web Development.
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 38b3166d7b Fixes for ssgod crashing when a template embeds a template with embeds. This causes a stack overflow in the Go template engine because they use functions to recursively process templates. 1 month ago
..
error First commit to get a basic thing going, does run but not much there. 4 months ago
examples Update to use the new /go url. 3 months ago
layouts Switched to using MY as the project/module prefix since it's not imported by any other project and needs to be something you checkout and can use without having to sed for a domain. 3 months ago
login First commit to get a basic thing going, does run but not much there. 4 months ago
register First commit to get a basic thing going, does run but not much there. 4 months ago
about.md First commit to get a basic thing going, does run but not much there. 4 months ago
index.md Figured out why tailwindcss fails on Linux. 2 months ago
sitemap.html Fixes for ssgod crashing when a template embeds a template with embeds. This causes a stack overflow in the Go template engine because they use functions to recursively process templates. 1 month ago