gofiber-study/services/wol/wol.go

11 lines
107 B
Go
Raw Normal View History

2022-10-30 01:42:50 +08:00
package wol
type Service struct {
}
var Services *Service
func InitService() {
Services = &Service{}
}