Skip to content

Commit

Permalink
chore: modify
Browse files Browse the repository at this point in the history
  • Loading branch information
gelove committed Oct 20, 2020
1 parent 0821fed commit ea07f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type myHandler struct{}

// 实现 http.Handler
func (*myHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
io.WriteString(w, "Welcome To Demo! current url: "+r.URL.String()+"\n")
io.WriteString(w, "Welcome To Demo1! current url: "+r.URL.String()+"\n")
}

func login(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit ea07f38

Please sign in to comment.