home | blog | art | now | git gpg | email | rss

guestbook

Code for a website guestbook. Written in Go.
git clone https://pollux.codes/git/guestbook.git
Log | Files | Refs | README | LICENSE

config.toml (93B)


      1 GetPath = "/"
      2 PostPath = "/post"
      3 DBFile = "guestbook.sqlite"
      4 TemplateFile = "guestbook.html"