Removes built with

This commit is contained in:
Amir Raminfar
2021-01-20 16:40:42 -08:00
parent 289d3845a8
commit 1747efbd12
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ Connection: close
Content-Security-Policy: default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com; img-src 'self'; manifest-src 'self'; font-src fonts.gstatic.com; connect-src 'self' api.github.com; require-trusted-types-for 'script'
Content-Type: text/plain; charset=utf-8
dev compiled with go1.15.6
dev
/* snapshot: Test_handler_streamEvents_error */
HTTP/1.1 200 OK

View File

@@ -306,7 +306,7 @@ func (h *handler) streamEvents(w http.ResponseWriter, r *http.Request) {
}
func (h *handler) version(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "%v compiled with %v", h.config.Version, runtime.Version())
fmt.Fprintf(w, "%v", h.config.Version)
}
func sendContainersJSON(client docker.Client, w http.ResponseWriter) error {