Appease linter

This commit is contained in:
Mike Lang
2016-12-12 14:45:09 -08:00
parent 6f2efca968
commit adb6f9d4a1

View File

@@ -81,7 +81,7 @@ type Reporter struct {
clientsByCluster map[string]*ecsClient
}
// New creates a new Reporter
// Make creates a new Reporter
func Make() Reporter {
return Reporter{
clientsByCluster: map[string]*ecsClient{},