new file mode 100644
@@ -0,0 +1,2 @@
+// Package cmd contains the executables for OpenShift 3.
+package cmd
@@ -0,0 +1,3 @@
+// Package main contains the main executable for OpenShift 3 `openshift` which is an integrated
+// client and server binary.
+package main
+// Package pkg contains all of the libraries for OpenShift 3.
+package pkg
+// Package test contains cross-functional test suites for OpenShift 3.
+package test