headzoo / surf

Stateful programmatic web browsing in Go.
MIT License
1.49k stars 160 forks source link

browser: fix return nil forms #125

Open chnrxn opened 3 years ago

chnrxn commented 3 years ago

Appending to an allocated slice would start appending past the last index, leading to the first len items being nil.

chnrxn commented 3 years ago

@headzoo would you be able to look at this?