7 lines
142 B
Go
7 lines
142 B
Go
package standard
|
|
|
|
// Standard implements the Logger and Templater parts of the Service interface.
|
|
type Standard struct {
|
|
Logger
|
|
Templater
|
|
}
|