aboutsummaryrefslogtreecommitdiff
path: root/http/main.go
AgeCommit message (Collapse)AuthorFilesLines
2021-02-15Another re-structure. Deleting code is wonderful.v0.0.12Mitchell Riedstra1-71/+0
2020-11-24Add more comments. Expand the interface. Allow templates to more easily be ↵v0.0.11Mitch Riedstra1-25/+2
rendered with external variables.
2020-11-21Touch up some commentsMitch Riedstra1-2/+10
2020-11-15Update logging. Expose the logger to allow others to update it.v0.0.10Mitch Riedstra1-4/+7
2020-11-15Return a router whih implements hander.v0.0.8Mitch Riedstra1-1/+1
2020-11-15Add a few additional parmaeters. Clean up the import path.Mitch Riedstra1-2/+7
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra1-0/+78
Make it an interface. Rename page to be 'local' reflecting that it reads the website off the local disk. Update the build script to include the go version. Switch to gorilla/mux Remove the convert command, since we're no longer utilizing that old layout or have any need to convert from it.