headzoo / surf

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

Use master for development #70

Closed lxt2 closed 7 years ago

lxt2 commented 7 years ago

This merges dev into master and removes the message about using the dev branch by default.

If approved, I'll then delete the dev branch and ask all open PR's to rebase onto master.

I think this approach ends up being simpler. Now that there are tools that allow pinning to semantic versions and we have gopkg.in, I think trunk based development encourages more contributions and less mistakes in PRs.