upadted to 1.24.0; fixed stb and spiddped doubles in precene
This commit is contained in:
7
pkg/service/info.go
Normal file
7
pkg/service/info.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package service
|
||||
|
||||
type InfoService struct{}
|
||||
|
||||
func NewInfoService() *InfoService {
|
||||
return &InfoService{}
|
||||
}
|
||||
Reference in New Issue
Block a user