Skip to content

Commit cdf4ee0

Browse files
authored
public
1 parent 27015a3 commit cdf4ee0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

serverpic.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ import (
99
"github.com/FloatTech/gg"
1010
)
1111

12-
type plugininfo struct {
12+
// PluginInfo ...
13+
type PluginInfo struct {
1314
Name string
1415
Brief string
1516
Status bool

0 commit comments

Comments
 (0)