9 lines
180 B
Go
9 lines
180 B
Go
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{}
|