mirror of https://github.com/perkeep/perkeep.git
react: Add a better package comment
Change-Id: I427bcc0e8554323def325bf2d15707963299e45e
This commit is contained in:
parent
831a81f2d9
commit
70b886dd5a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue