diff --git a/server.go b/server.go index 0632769..4c4544f 100644 --- a/server.go +++ b/server.go @@ -26,7 +26,6 @@ package test import ( "context" - "encoding/json" "io" "net/http" "strings" @@ -39,12 +38,6 @@ type ApiHandler struct { log *logger.Logger } -type version struct { - Version string `json:"Version"` - BuildCommit string `json:"BuildCommint"` - BuildTime string `json:"BuildTimestamp"` -} - type Server struct { server *http.Server mux *http.ServeMux