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.82k stars 144 forks source link

Rename prop.TypeUrl -> prop.TypeURL #224

Closed slimsag closed 5 years ago

slimsag commented 5 years ago

Linters report:

prop/prop.go:33:2: const TypeUrl should be TypeURL (golint)
    TypeUrl           InputType = "url"

This is similar to conclusions in https://github.com/gopherjs/vecty/issues/24, we should rename this and perhaps vet others in this package.