run gofmt over server.go

This commit is contained in:
Chase Adams
2019-05-03 10:34:17 -07:00
parent 43758e0643
commit 22b4a09c06

View File

@@ -6,9 +6,9 @@
package main
import (
"fmt"
"io"
"net/http"
"fmt"
)
func hello(w http.ResponseWriter, r *http.Request) {