add tests for proxy.Process

This commit is contained in:
Benson Wong
2024-11-17 20:49:14 -08:00
parent 36a31f450f
commit e5c909ddf7
5 changed files with 115 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ func main() {
w.Write([]byte(response))
})
address := ":" + *port // Address with the specified port
address := "127.0.0.1:" + *port // Address with the specified port
fmt.Printf("Server is listening on port %s\n", *port)
// Start the server and log any error if it occurs