diff --git a/api/robeaux/robeaux.go b/api/robeaux/robeaux.go index d79a8ad2e..709526eb8 100644 --- a/api/robeaux/robeaux.go +++ b/api/robeaux/robeaux.go @@ -954,49 +954,49 @@ type bintree struct { } var _bintree = &bintree{nil, map[string]*bintree{ - "css": &bintree{nil, map[string]*bintree{ - ".keep": &bintree{cssKeep, map[string]*bintree{}}, - "application.css": &bintree{cssApplicationCss, map[string]*bintree{}}, - "application.css.map": &bintree{cssApplicationCssMap, map[string]*bintree{}}, - "fonts.css": &bintree{cssFontsCss, map[string]*bintree{}}, + "css": {nil, map[string]*bintree{ + ".keep": {cssKeep, map[string]*bintree{}}, + "application.css": {cssApplicationCss, map[string]*bintree{}}, + "application.css.map": {cssApplicationCssMap, map[string]*bintree{}}, + "fonts.css": {cssFontsCss, map[string]*bintree{}}, }}, - "fonts": &bintree{nil, map[string]*bintree{ - "inconsolata-bold-webfont.eot": &bintree{fontsInconsolataBoldWebfontEot, map[string]*bintree{}}, - "inconsolata-bold-webfont.svg": &bintree{fontsInconsolataBoldWebfontSvg, map[string]*bintree{}}, - "inconsolata-bold-webfont.ttf": &bintree{fontsInconsolataBoldWebfontTtf, map[string]*bintree{}}, - "inconsolata-bold-webfont.woff": &bintree{fontsInconsolataBoldWebfontWoff, map[string]*bintree{}}, - "inconsolata-regular-webfont.eot": &bintree{fontsInconsolataRegularWebfontEot, map[string]*bintree{}}, - "inconsolata-regular-webfont.svg": &bintree{fontsInconsolataRegularWebfontSvg, map[string]*bintree{}}, - "inconsolata-regular-webfont.ttf": &bintree{fontsInconsolataRegularWebfontTtf, map[string]*bintree{}}, - "inconsolata-regular-webfont.woff": &bintree{fontsInconsolataRegularWebfontWoff, map[string]*bintree{}}, - "roboto-bold-webfont.eot": &bintree{fontsRobotoBoldWebfontEot, map[string]*bintree{}}, - "roboto-bold-webfont.svg": &bintree{fontsRobotoBoldWebfontSvg, map[string]*bintree{}}, - "roboto-bold-webfont.ttf": &bintree{fontsRobotoBoldWebfontTtf, map[string]*bintree{}}, - "roboto-bold-webfont.woff": &bintree{fontsRobotoBoldWebfontWoff, map[string]*bintree{}}, - "roboto-regular-webfont.eot": &bintree{fontsRobotoRegularWebfontEot, map[string]*bintree{}}, - "roboto-regular-webfont.svg": &bintree{fontsRobotoRegularWebfontSvg, map[string]*bintree{}}, - "roboto-regular-webfont.ttf": &bintree{fontsRobotoRegularWebfontTtf, map[string]*bintree{}}, - "roboto-regular-webfont.woff": &bintree{fontsRobotoRegularWebfontWoff, map[string]*bintree{}}, - "robotoslab-bold-webfont.eot": &bintree{fontsRobotoslabBoldWebfontEot, map[string]*bintree{}}, - "robotoslab-bold-webfont.svg": &bintree{fontsRobotoslabBoldWebfontSvg, map[string]*bintree{}}, - "robotoslab-bold-webfont.ttf": &bintree{fontsRobotoslabBoldWebfontTtf, map[string]*bintree{}}, - "robotoslab-bold-webfont.woff": &bintree{fontsRobotoslabBoldWebfontWoff, map[string]*bintree{}}, + "fonts": {nil, map[string]*bintree{ + "inconsolata-bold-webfont.eot": {fontsInconsolataBoldWebfontEot, map[string]*bintree{}}, + "inconsolata-bold-webfont.svg": {fontsInconsolataBoldWebfontSvg, map[string]*bintree{}}, + "inconsolata-bold-webfont.ttf": {fontsInconsolataBoldWebfontTtf, map[string]*bintree{}}, + "inconsolata-bold-webfont.woff": {fontsInconsolataBoldWebfontWoff, map[string]*bintree{}}, + "inconsolata-regular-webfont.eot": {fontsInconsolataRegularWebfontEot, map[string]*bintree{}}, + "inconsolata-regular-webfont.svg": {fontsInconsolataRegularWebfontSvg, map[string]*bintree{}}, + "inconsolata-regular-webfont.ttf": {fontsInconsolataRegularWebfontTtf, map[string]*bintree{}}, + "inconsolata-regular-webfont.woff": {fontsInconsolataRegularWebfontWoff, map[string]*bintree{}}, + "roboto-bold-webfont.eot": {fontsRobotoBoldWebfontEot, map[string]*bintree{}}, + "roboto-bold-webfont.svg": {fontsRobotoBoldWebfontSvg, map[string]*bintree{}}, + "roboto-bold-webfont.ttf": {fontsRobotoBoldWebfontTtf, map[string]*bintree{}}, + "roboto-bold-webfont.woff": {fontsRobotoBoldWebfontWoff, map[string]*bintree{}}, + "roboto-regular-webfont.eot": {fontsRobotoRegularWebfontEot, map[string]*bintree{}}, + "roboto-regular-webfont.svg": {fontsRobotoRegularWebfontSvg, map[string]*bintree{}}, + "roboto-regular-webfont.ttf": {fontsRobotoRegularWebfontTtf, map[string]*bintree{}}, + "roboto-regular-webfont.woff": {fontsRobotoRegularWebfontWoff, map[string]*bintree{}}, + "robotoslab-bold-webfont.eot": {fontsRobotoslabBoldWebfontEot, map[string]*bintree{}}, + "robotoslab-bold-webfont.svg": {fontsRobotoslabBoldWebfontSvg, map[string]*bintree{}}, + "robotoslab-bold-webfont.ttf": {fontsRobotoslabBoldWebfontTtf, map[string]*bintree{}}, + "robotoslab-bold-webfont.woff": {fontsRobotoslabBoldWebfontWoff, map[string]*bintree{}}, }}, - "images": &bintree{nil, map[string]*bintree{ - "bullet-connections-2.png": &bintree{imagesBulletConnections2Png, map[string]*bintree{}}, - "bullet-connections.png": &bintree{imagesBulletConnectionsPng, map[string]*bintree{}}, - "bullet-devices-2.png": &bintree{imagesBulletDevices2Png, map[string]*bintree{}}, - "bullet-devices.png": &bintree{imagesBulletDevicesPng, map[string]*bintree{}}, - "delete.png": &bintree{imagesDeletePng, map[string]*bintree{}}, - "devices-image-2.png": &bintree{imagesDevicesImage2Png, map[string]*bintree{}}, - "devices-image.png": &bintree{imagesDevicesImagePng, map[string]*bintree{}}, - "logo-robeaux.png": &bintree{imagesLogoRobeauxPng, map[string]*bintree{}}, - "robots-icon_03.png": &bintree{imagesRobotsIcon_03Png, map[string]*bintree{}}, + "images": {nil, map[string]*bintree{ + "bullet-connections-2.png": {imagesBulletConnections2Png, map[string]*bintree{}}, + "bullet-connections.png": {imagesBulletConnectionsPng, map[string]*bintree{}}, + "bullet-devices-2.png": {imagesBulletDevices2Png, map[string]*bintree{}}, + "bullet-devices.png": {imagesBulletDevicesPng, map[string]*bintree{}}, + "delete.png": {imagesDeletePng, map[string]*bintree{}}, + "devices-image-2.png": {imagesDevicesImage2Png, map[string]*bintree{}}, + "devices-image.png": {imagesDevicesImagePng, map[string]*bintree{}}, + "logo-robeaux.png": {imagesLogoRobeauxPng, map[string]*bintree{}}, + "robots-icon_03.png": {imagesRobotsIcon_03Png, map[string]*bintree{}}, }}, - "index.html": &bintree{indexHtml, map[string]*bintree{}}, - "js": &bintree{nil, map[string]*bintree{ - ".keep": &bintree{jsKeep, map[string]*bintree{}}, - "script.js": &bintree{jsScriptJs, map[string]*bintree{}}, + "index.html": {indexHtml, map[string]*bintree{}}, + "js": {nil, map[string]*bintree{ + ".keep": {jsKeep, map[string]*bintree{}}, + "script.js": {jsScriptJs, map[string]*bintree{}}, }}, }}