8 lines
85 B
Go
8 lines
85 B
Go
package ws
|
|
|
|
type Service struct{}
|
|
|
|
func NewService() *Service {
|
|
return &Service{}
|
|
}
|