From cddf7ed45147869a9d2eee2e40f59a97c472ea72 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 26 Sep 2020 20:59:34 -0400 Subject: Split up http related stuff out of the page library. 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. --- build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 21f46a5..de1ac51 100755 --- a/build.sh +++ b/build.sh @@ -4,6 +4,8 @@ set -e LICENSE="$(cat LICENSE)" version="$(git log --format="%h %d" -1) +$(go version) + Source code can be found here: https://git.riedstra.dev/mitch/go-website -- cgit v1.2.3