Skip to content

Commit

Permalink
section 62- 64 통합
Browse files Browse the repository at this point in the history
  • Loading branch information
myeunee committed Nov 3, 2024
1 parent 80cf6ee commit 57e003d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter16/section62/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestServer_Run(t *testing.T) {

in := "message"
url := fmt.Sprintf("http://%s/%s", l.Addr().String(), in)
// // 어떤 포트로 리슨하고 있는지 확인
// 어떤 포트로 리슨하고 있는지 확인
t.Logf("try request to %q", url)
rsp, err := http.Get(url)
if err != nil {
Expand Down

0 comments on commit 57e003d

Please sign in to comment.