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