react: Add a better package comment

Change-Id: I427bcc0e8554323def325bf2d15707963299e45e
This commit is contained in:
Brad Fitzpatrick 2014-02-23 09:08:33 -08:00
parent 831a81f2d9
commit 70b886dd5a
1 changed files with 6 additions and 0 deletions

View File

@ -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$ #fileembed pattern .*\.js$
*/ */
package react package react