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 package main
import ( import (
"fmt"
"io" "io"
"net/http" "net/http"
"fmt"
) )
func hello(w http.ResponseWriter, r *http.Request) { func hello(w http.ResponseWriter, r *http.Request) {