D3vugu-components/components/input/dummy.go

9 lines
180 B
Go
Raw Normal View History

package input
// Dummy can be referenced in vugu files to prevent go from causing errors due to not used imports.
//
// Use it like this:
//
// _ = input.Dummy
var Dummy struct{}