mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
continue tomorrow
This commit is contained in:
16
sysgo/UI/plugins/HelloWorld/helloworld.go
Normal file
16
sysgo/UI/plugins/HelloWorld/helloworld.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"../../UI"
|
||||
)
|
||||
|
||||
|
||||
type HelloWorldPlugin struct {
|
||||
UI.Plugin
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user