7 lines
161 B
Go
7 lines
161 B
Go
|
package core
|
||
|
|
||
|
var warnings = []string{
|
||
|
"Standalone plugin does not yet implement metadata feature",
|
||
|
"Standalone plugin currently do not save a skin's name",
|
||
|
}
|