Revision 11a689d06383873eb9f007b12550c5c1adb5cc3f authored by Xiang Li on 20 August 2015, 23:13:27 UTC, committed by Xiang Li on 21 August 2015, 06:05:00 UTC
1 parent da9a12b
Raw File
doc.go
// Copyright 2015 CoreOS, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

/* Package etcd contains the main entry point for the etcd binary. */

package etcdmain
back to top