goversion main framework working, need to sort templates etc

This commit is contained in:
Paul Wilde 2021-08-16 16:09:48 +01:00
parent 89df3cca20
commit c3831ed8dd
2 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
config
src/config

View file

@ -1,4 +0,0 @@
type Page struct {
Title string
Body []byte
}