From 70b886dd5a25a2507624496d5ac5815cad14476f Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 23 Feb 2014 09:08:33 -0800 Subject: [PATCH] react: Add a better package comment Change-Id: I427bcc0e8554323def325bf2d15707963299e45e --- third_party/react/fileembed.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/third_party/react/fileembed.go b/third_party/react/fileembed.go index 780885ede..2b5284849 100644 --- a/third_party/react/fileembed.go +++ b/third_party/react/fileembed.go @@ -15,6 +15,12 @@ limitations under the License. */ /* +Package react provides access to the React JavaScript libraries and +embeds them into the Go binary when compiled with the genfileembed +tool. + +See http://facebook.github.io/react/ + #fileembed pattern .*\.js$ */ package react