environment/environment.go
exported method Environment.Keys should have comment or be unexported Open
Open
func (e Environment) Keys() []string {
- Exclude checks
exported function New should have comment or be unexported Open
Open
func New(values []string) Environment {
- Exclude checks
exported method Environment.Serialize should have comment or be unexported Open
Open
func (e Environment) Serialize() []string {
- Exclude checks
exported type Environment should have comment or be unexported Open
Open
type Environment map[string]string
- Exclude checks