7055f0c9b2
update Readme with shields
8 lines
127 B
Go
8 lines
127 B
Go
package services
|
|
|
|
import "github.com/schrej/wings/environments"
|
|
|
|
type Service struct {
|
|
Environment environments.Environment
|
|
}
|