Skip to content

Commit 7cd74c9

Browse files
committed
gitignore added
1 parent c0780cc commit 7cd74c9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
/idea

cmd/tcplistener/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func main() {
5454
listener, err := net.Listen("tcp", ":42069")
5555

5656
if err != nil {
57-
fmt.Println("Error Happend", err.Error())
57+
fmt.Println("Error Happened", err.Error())
5858
}
5959

6060
defer listener.Close()

0 commit comments

Comments
 (0)