From 316f169bc0e5ed955fea15aed2fd1d1055a7c5c2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 6 Nov 2024 16:51:29 -0600 Subject: make a footer file Signed-off-by: Jeff Carr --- indexHtml.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'indexHtml.go') diff --git a/indexHtml.go b/indexHtml.go index 7f56e18..1a87995 100644 --- a/indexHtml.go +++ b/indexHtml.go @@ -153,14 +153,6 @@ func indexDivEnd(w http.ResponseWriter) { } func indexBodyEnd(w http.ResponseWriter) { - fmt.Fprintln(w, "
") - fmt.Fprintln(w, "echo deb http://mirrors.wit.com/wit/ sid main > /etc/apt/sources.list.d/wit.list
") - fmt.Fprintln(w, "apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4A854AEAF7E0E16D
") - fmt.Fprintln(w, "apt update
") - fmt.Fprintln(w, "apt install go-clone # replicates the old 'go get' behavior
") - fmt.Fprintln(w, "apt install go-deb # make a debian package from a golang project
") - fmt.Fprintln(w, "apt install networkquality # debian package of apple's command line speedtest tool
") - fmt.Fprintln(w, "apt install virtigo # virt-manager from the command line (runs wit.com)
") fmt.Fprintln(w, " ") fmt.Fprintln(w, " ") } -- cgit v1.2.3