mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-13 00:18:52 +01:00
17 lines
90 B
Go
17 lines
90 B
Go
package main
|
|
|
|
import (
|
|
"../../UI"
|
|
)
|
|
|
|
|
|
type HelloWorldPlugin struct {
|
|
UI.Plugin
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|