hexops / vecty

Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
BSD 3-Clause "New" or "Revised" License
2.8k stars 143 forks source link

add support for and require Go 1.14+ #256

Closed slimsag closed 4 years ago

slimsag commented 4 years ago

This change adds support for, and changes Vecty to now require, Go 1.14+. For details on how this might impact you refer to the doc/CHANGELOG.md in this PR.

Fixes #244 and supersedes #245 Fixes #253 Also fixes #254