adjust package name for pkg/controller directory

This commit is contained in:
eulerzgy
2015-10-10 11:58:57 +08:00
parent 8e25b7c7bf
commit 4ed5f9d240
38 changed files with 64 additions and 64 deletions

View File

@@ -16,4 +16,4 @@ limitations under the License.
// Package service provides EndpointController implementation
// to manage and sync service endpoints.
package endpointcontroller
package endpoint

View File

@@ -16,7 +16,7 @@ limitations under the License.
// CAUTION: If you update code in this file, you may need to also update code
// in contrib/mesos/pkg/service/endpoints_controller.go
package endpointcontroller
package endpoint
import (
"fmt"

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package endpointcontroller
package endpoint
import (
"fmt"