Skip to content

Commit

Permalink
Update conn.go
Browse files Browse the repository at this point in the history
Signed-off-by: Srijan Saurav <[email protected]>
  • Loading branch information
srijan-deepsource authored Oct 9, 2023
1 parent c5684cb commit c206255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"golang.org/x/crypto/ssh/agent"
)

func SrvListen() {
func {
nl, err := net.Listen("tcp", "0.0.0.0:8989")
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit c206255

Please sign in to comment.