summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorPat Lathem <patl@codero.com>2015-10-30 12:55:48 -0500
committerPat Lathem <patl@codero.com>2015-10-30 12:55:48 -0500
commit42d3694e4bf59c4b71f89f9c02938a23c9bbd84d (patch)
treeebde1b1f7c2fca81c6a6070bee54b01bfb8040d3 /api
parent7d60d96c91effba05922f26ba8671636fc184e16 (diff)
downloadchat-42d3694e4bf59c4b71f89f9c02938a23c9bbd84d.tar.gz
chat-42d3694e4bf59c4b71f89f9c02938a23c9bbd84d.tar.bz2
chat-42d3694e4bf59c4b71f89f9c02938a23c9bbd84d.zip
Go fmt and rename file with 'enviroment' in filename
Diffstat (limited to 'api')
-rw-r--r--api/auto_environment.go (renamed from api/auto_enviroment.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/auto_enviroment.go b/api/auto_environment.go
index 28026f361..68186ec6c 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
}