فهرست منبع

Remove indexPage

Philipp Heckel 4 سال پیش
والد
کامیت
acde2e5b6e
1فایلهای تغییر یافته به همراه0 افزوده شده و 5 حذف شده
  1. 0 5
      server/server.go

+ 0 - 5
server/server.go

@@ -50,11 +50,6 @@ type Server struct {
 	mu           sync.Mutex
 }
 
-type indexPage struct {
-	Topic         string
-	CacheDuration time.Duration
-}
-
 // handleFunc extends the normal http.HandlerFunc to be able to easily return errors
 type handleFunc func(http.ResponseWriter, *http.Request, *visitor) error