6 lines
60 B
Go
6 lines
60 B
Go
package plant
|
|
|
|
type ServiceGroup struct {
|
|
MyPlantService
|
|
}
|
package plant
|
|
|
|
type ServiceGroup struct {
|
|
MyPlantService
|
|
}
|