normal destructuring with one line changed
This commit is contained in:
@@ -29,7 +29,7 @@ func main[argc: i64, argv: ptr] : i64
|
||||
if i < url_len
|
||||
path = url->substr(i, url_len - i)
|
||||
|
||||
~s, ok := net.connect(host, 80)
|
||||
s, ok := net.connect(host, 80)
|
||||
if !ok
|
||||
panic("failed to connect")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user