wings/services/service.go
Jakob Schrettenbrunner 326fdcae6e very basic thoughts on module and file structure
basic configuration
basic logger
2017-06-19 00:01:44 +02:00

8 lines
134 B
Go

package services
import "github.com/schrej/pterodactyld/environments"
type Service struct {
Environment environments.Environment
}