mirror of
https://github.com/Dvorinka/Bookra.git
synced 2026-07-29 15:03:47 +00:00
8 lines
90 B
Go
8 lines
90 B
Go
package catalog
|
|
|
|
type Service struct{}
|
|
|
|
func NewService() *Service {
|
|
return &Service{}
|
|
}
|