Merge pull request #1 from chaseadamsio-forks/master

run gofmt over server.go
This commit is contained in:
Erich Gamma
2019-05-10 08:55:44 +02:00
committed by GitHub

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) {