https://github.com/golang/go/issues/12262 . See #19254 for more details. This change should be reverted when we upgrade to Go 1.6.
Refactor Kubelet's server functionality into a server package. Most notably, move pkg/kubelet/server.go into pkg/kubelet/server/server.go. This will lead to better separation of concerns and a more readable code hierarchy.