9 lines
68 B
Go
9 lines
68 B
Go
|
package service
|
||
|
|
||
|
func InitService() {
|
||
|
}
|
||
|
|
||
|
func DestroyService() {
|
||
|
|
||
|
}
|