More unused code
This commit is contained in:
parent
0b7b478cd3
commit
2e381108d1
@ -16,8 +16,6 @@ var (
|
|||||||
|
|
||||||
type Homepage struct {
|
type Homepage struct {
|
||||||
app.Compo
|
app.Compo
|
||||||
|
|
||||||
showGuestbook bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewHomepage() *Homepage {
|
func NewHomepage() *Homepage {
|
||||||
|
@ -13,10 +13,6 @@ import (
|
|||||||
// collection *mongo.Collection
|
// collection *mongo.Collection
|
||||||
//}
|
//}
|
||||||
|
|
||||||
const (
|
|
||||||
apiurl = "https://quenten.nl:8007/"
|
|
||||||
)
|
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
homepage := NewHomepage()
|
homepage := NewHomepage()
|
||||||
aboutpage := NewAboutPage()
|
aboutpage := NewAboutPage()
|
||||||
|
Loading…
Reference in New Issue
Block a user