Go fmt and rename file with 'enviroment' in filename

Этот коммит содержится в:
Pat Lathem
2015-10-30 12:55:48 -05:00
родитель 7d60d96c91
Коммит 42d3694e4b

Просмотреть файл

@@ -11,7 +11,7 @@ import (
)
type TestEnvironment struct {
Teams []*model.Team
Teams []*model.Team
Environments []TeamEnvironment
}