Skip to content

Commit

Permalink
fix handleConn name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Aug 3, 2023
1 parent 39d6360 commit 0364201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func main(){
}
}

func handleCOnn(conn net.Conn){
func handleConn(conn net.Conn){
for {
buf := make([]byte, 1024)
n, err := conn.Read(buf)
Expand Down

0 comments on commit 0364201

Please sign in to comment.