Add a genfileembed package comment

Change-Id: I65bfd3c1956921bb8d1d805cd6df84bc376ec802
This commit is contained in:
Brad Fitzpatrick 2013-06-11 00:55:31 +02:00
parent 3b3c2288a2
commit dcc41792fb
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// The genfileembed command embeds resources into Go files, to eliminate run-time
// dependencies on files on the filesystem.
package main
import (