Add dummy variables to packages
Also commit latest sketches.cdr
This commit is contained in:
parent
e3ea9126b4
commit
159bce4f12
8
components/input/dummy.go
Normal file
8
components/input/dummy.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
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{}
|
8
components/layout/dummy.go
Normal file
8
components/layout/dummy.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package layout
|
||||||
|
|
||||||
|
// Dummy can be referenced in vugu files to prevent go from causing errors due to not used imports.
|
||||||
|
//
|
||||||
|
// Use it like this:
|
||||||
|
//
|
||||||
|
// _ = layout.Dummy
|
||||||
|
var Dummy struct{}
|
8
components/navigation/dummy.go
Normal file
8
components/navigation/dummy.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package navigation
|
||||||
|
|
||||||
|
// Dummy can be referenced in vugu files to prevent go from causing errors due to not used imports.
|
||||||
|
//
|
||||||
|
// Use it like this:
|
||||||
|
//
|
||||||
|
// _ = navigation.Dummy
|
||||||
|
var Dummy struct{}
|
8
components/overlay/dummy.go
Normal file
8
components/overlay/dummy.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package overlay
|
||||||
|
|
||||||
|
// Dummy can be referenced in vugu files to prevent go from causing errors due to not used imports.
|
||||||
|
//
|
||||||
|
// Use it like this:
|
||||||
|
//
|
||||||
|
// _ = overlay.Dummy
|
||||||
|
var Dummy struct{}
|
8
components/view/dummy.go
Normal file
8
components/view/dummy.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package view
|
||||||
|
|
||||||
|
// Dummy can be referenced in vugu files to prevent go from causing errors due to not used imports.
|
||||||
|
//
|
||||||
|
// Use it like this:
|
||||||
|
//
|
||||||
|
// _ = view.Dummy
|
||||||
|
var Dummy struct{}
|
8
icons/dummy.go
Normal file
8
icons/dummy.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package icons
|
||||||
|
|
||||||
|
// Dummy can be referenced in vugu files to prevent go from causing errors due to not used imports.
|
||||||
|
//
|
||||||
|
// Use it like this:
|
||||||
|
//
|
||||||
|
// _ = icons.Dummy
|
||||||
|
var Dummy struct{}
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user