Skip to content

Commit ec79d0d

Browse files
authored
Update 08.1.md
1 parent 89853f4 commit ec79d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zh/08.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func main() {
151151
checkError(err)
152152
// result, err := ioutil.ReadAll(conn)
153153
result := make([]byte, 256)
154-
_, err = conn.Read(result
154+
_, err = conn.Read(result)
155155
checkError(err)
156156
fmt.Println(string(result))
157157
os.Exit(0)

0 commit comments

Comments
 (0)