10 lines
105 B
Go
10 lines
105 B
Go
package phlebotomy
|
|
|
|
type Handler struct {
|
|
Handler *Handler
|
|
}
|
|
|
|
type Service struct {
|
|
Service *Service
|
|
}
|