From 42d3694e4bf59c4b71f89f9c02938a23c9bbd84d Mon Sep 17 00:00:00 2001 From: Pat Lathem Date: Fri, 30 Oct 2015 12:55:48 -0500 Subject: [PATCH] Go fmt and rename file with 'enviroment' in filename --- api/{auto_enviroment.go => auto_environment.go} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename api/{auto_enviroment.go => auto_environment.go} (99%) diff --git a/api/auto_enviroment.go b/api/auto_environment.go similarity index 99% rename from api/auto_enviroment.go rename to api/auto_environment.go index 28026f3619..68186ec6c1 100644 --- a/api/auto_enviroment.go +++ b/api/auto_environment.go @@ -11,7 +11,7 @@ import ( ) type TestEnvironment struct { - Teams []*model.Team + Teams []*model.Team Environments []TeamEnvironment }