Explorar el Código

Merge pull request #3776 from gyuho/etcdmain_doc

etcdmain: fix package description compatible with godoc.org
Jonathan Boulle hace 10 años
padre
commit
1944893ef8
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      etcdmain/doc.go

+ 1 - 2
etcdmain/doc.go

@@ -12,6 +12,5 @@
 // See the License for the specific language governing permissions and
 // See the License for the specific language governing permissions and
 // limitations under the License.
 // limitations under the License.
 
 
-/* Package etcd contains the main entry point for the etcd binary. */
-
+// Package etcdmain contains the main entry point for the etcd binary.
 package etcdmain
 package etcdmain