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 b2d49024ae 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. 14 hours ago
admin 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. 14 hours ago
api 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. 14 hours ago
common First commit to get a basic thing going, does run but not much there. 2 weeks ago
config First commit to get a basic thing going, does run but not much there. 2 weeks ago
data Remove the T4C stuff but have an example of using null. 7 days ago
migrations Latest changes from my twitter for coders project brought back. 7 days ago
pages 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. 14 hours ago
static Latest changes from my twitter for coders project brought back. 7 days ago
tests 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. 14 hours ago
tools Latest changes from my twitter for coders project brought back. 7 days ago
views Latest changes from my twitter for coders project brought back. 7 days ago
.air.toml First commit to get a basic thing going, does run but not much there. 2 weeks ago
.gitignore First commit to get a basic thing going, does run but not much there. 2 weeks ago
LICENSE First commit to get a basic thing going, does run but not much there. 2 weeks ago
Makefile First commit to get a basic thing going, does run but not much there. 2 weeks ago
README.md Wrote some initial instructions and decided to use pages/index.md as the instructions and also an example of having markdown do your pages. 2 weeks ago
config_example.toml Update the docs to document almost everything. 2 weeks ago
go.mod 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. 14 hours ago
go.sum 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. 14 hours ago
main.go 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. 14 hours ago
ssgod.toml First commit to get a basic thing going, does run but not much there. 2 weeks ago

README.md

Go Web Starter Kit

This is a fairly complete web development starter kit in Go. It tries to be as simple as possible without leaving out modern features like reactive UIs and database migrations. A primary thing that's included is working authentication, since that's the main thing holding people back when they first start, and also the easiest to get wrong.

In fact, if you look at how I do it in this first version it is WRONG so do not use this in production yet until I can make it correct. Just use it to learn for now.

Getting Started

Programmers hate duplication so if you want the instructions read the index.md file in pages.