dispatch/assets/bindata.go

408 lines
484 KiB
Go
Raw Normal View History

package assets
import (
"fmt"
"reflect"
"strings"
"unsafe"
"os"
"time"
"io/ioutil"
"path"
"path/filepath"
)
func bindata_read(data, name string) ([]byte, error) {
var empty [0]byte
sx := (*reflect.StringHeader)(unsafe.Pointer(&data))
b := empty[:]
bx := (*reflect.SliceHeader)(unsafe.Pointer(&b))
bx.Data = sx.Data
bx.Len = len(data)
bx.Cap = bx.Len
return b, nil
}
type asset struct {
bytes []byte
info os.FileInfo
}
type bindata_file_info struct {
name string
size int64
mode os.FileMode
modTime time.Time
}
func (fi bindata_file_info) Name() string {
return fi.name
}
func (fi bindata_file_info) Size() int64 {
return fi.size
}
func (fi bindata_file_info) Mode() os.FileMode {
return fi.mode
}
func (fi bindata_file_info) ModTime() time.Time {
return fi.modTime
}
func (fi bindata_file_info) IsDir() bool {
return false
}
func (fi bindata_file_info) Sys() interface{} {
return nil
}
2015-06-09 23:17:24 +00:00
var _bundle_css_gz = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\x03\xad\x58\x6d\x6f\xe3\x36\x0c\xfe\x2b\xd9\x15\x43\xdb\x43\x9c\x39\x49\x93\xb6\x36\x6e\xbb\xdd\x15\xfd\xb6\x4f\xfb\x32\xe0\xd6\x01\x8a\xad\x24\x5a\x65\xcb\xb0\xe5\x34\x3d\xc3\xff\x7d\xd4\x9b\x2d\xcb\x4a\xda\x0d\x6b\x80\xd4\x91\x28\x92\xe2\xcb\x43\xd2\x9b\x9a\x73\x96\x4f\x49\x5e\xd4\xbc\xd9\xb0\x32\xc5\x65\x94\xb3\x1c\xc7\xac\xe6\x94\xe4\x38\x0a\xdb\x8f\x53\xf2\x2d\xa1\xa8\xaa\x3e\x7e\xfa\x30\x21\x09\xcb\x83\x0f\x4f\xd1\x06\x6f\x59\x89\xcd\xce\x5f\x9f\xe4\xba\x59\x6e\x32\x54\xee\x48\x0e\x67\x67\xc9\x1e\xf1\x80\x13\x4e\x71\xb0\x41\xe5\x74\x56\x61\x54\x26\xfb\x40\xca\x9b\xce\xea\x0a\x97\x94\x54\x5c\xec\x69\xe9\xc1\x86\x81\x46\x59\x34\x2f\x8e\x93\x8a\x51\x92\x4e\x2e\x1e\x1e\x1e\x6c\x46\x53\xfd\xcc\x0a\x92\x4c\x67\x19\xae\x2a\xb4\xc3\xcd\xcb\x9e\x70\x1c\x54\x05\x4a\x30\x5c\xe0\xa5\x44\x85\x2b\x7c\x42\xe0\x24\xcb\x73\x9c\xf0\x00\xb4\xcc\xc4\x6f\x7d\x3a\xa8\x70\x0e\xb2\xa7\xb3\x1c\x1d\xc4\x4d\x40\x4f\x92\xc2\x21\x69\x9c\x4a\x10\x72\xb4\x11\x8a\x4e\x8a\x5e\x69\x78\x56\x04\x4d\x52\x97\x15\x2b\xa3\x82\x91\x9c\xe3\xb2\xfd\xbc\x65\x39\x88\x00\x4d\x1a\xfd\x94\x11\xfa\x1a\x89\x67\x4c\x29\x8b\xab\x32\x89\xea\x92\x5e\x89\x85\x9f\xcc\xea\x0c\x33\xfe\xcb\xed\xf2\x06\xfe\xee\xd7\xd7\xef\xa0\xb9\x20\x78\x4b\x8e\xd7\xe2\x26\x88\x5f\x5d\xe2\x6c\x83\xd3\x14\xa7\x01\x2b\x70\xce\x5f\x0b\x7c\x79\x3d\x1d\x33\x78\x61\xdb\x6d\x2f\xc5\x9c\x15\xab\x5e\x72\xce\x3d\xd4\xbc\xac\xf1\x49\x01\xd5\x61\xd7\x6b\x68\x56\xbb\xa3\xb0\x7b\x79\x1d\x4b\xa3\xbc\x60\xb2\xdb\xf3\xe8\x26\x0c\xd5\xef\x8a\xbf\x52\xe1\x39\x20\xa4\xed\xc9\x78\xf3\x87\x9b\xd7\xca\x23\xae\x23\xb9\x55\x81\xd1\xb3\x8a\xf6\x94\x54\x05\x45\xaf\x11\xc9\x45\xd0\x07\x1b\xca\x92\xe7\x98\xe3\x23\x0f\x52\x9c\xb0\x12\x71\xc2\x72\xd8\xdc\xe3\x92\xf0\xf8\x85\xa4\x7c\x1f\xcd\x71\x16\xab\x38\x0f\x4a\xc9\x72\xb6\x80\x15\x79\x06\x51\xb2\xcb\xa3\x04\x8b\x68\x50\x52\x0f\xa8\x24\x28\xe7\x46\x13\x49\xc5\x4b\x94\x57\xc2\x32\x4a\x05\x29\x78\xaf\xb4\xb3\x78\x53\xbc\x55\xac\xdb\x99\xbc\x74\xc2\x76\xe6\xda\x89\xb8\x2a\x30\xbd\xfc\x13\xdf\x85\xe1\xa5\x26\x80\xcb\x93\xa2\x22\x95\x97\x6a\x6e\xa8\x54\x1e\x7a\x69\x16\x86\x46\x04\xba\x97\x62\x69\x53\xf8\x05\xdd\x18\x12\xca\x76\x00\x25\x5e\x9a\x95\xa1\xc9\x70\x5e\x7b\x29\xd6\x86\xa2\xa0\xb5\x5f\xce\xad\xa1\x48\x50\x9e\x60\xea\xa5\xb9\xbb\x6c\x3f\x36\x05\x4a\x53\x92\xef\xa2\x30\xde\xb0\x63\x50\x91\xef\xe2\x47\x07\x39\xc7\x76\xc3\xd2\xd7\x41\x20\x3d\x94\x0c\xc0\xe7\x77\xf0\xd1\xe4\x37\x96\xb3\x69\x06\x5f\x12\x5e\xe2\x0d\x4a\x9e\x77\x25\xab\xf3\x34\xba\xd8\x86\xe2\xd3\x2a\xfc\x14\xc7\xa3\xf9\x1a\x90\xeb\xe4\xe1\x56\x43\x46\x4f\x0a\xfb\x1c\xcc\x08\x31\x36\xad\x80\x1e\x3c\x53\x92\x6d\x5b\x34\x83\x78\x98\xad\x5a\x03\x41\x4d\xc1\x2a\x22\xe3\x11\xd2\x1f\xa7\xb1\x0c\x90\x30\x06\x38\x94\x77\x93\xe0\x19\xea\x18\x5d\x84\x61\x71\x1c\xe8\xbb\x58\x2c\xe2\x84\x51\x40\xab\x8b\xc7\xc7\xc7\xd8\xbe\xb0\x57\x91\x18\x12\x66\xf3\x4c\x74\xb4\x2a\xb9\x83\x25\x89\xa4\xb3\x45\x15\x5b\x04\x83\x0d\xa9\x78\x20\x1c\x82\xe0\x46\x65\xaf\x3e\xda\x00\xbe\xd7\x1c\x4b\xd5\x57\x52\x51\xa5\xbd\x7c\xd6\x49\x16\x86\x3f\xc6\xec\x80\xcb\x2d\x65\x2f\x11\xaa\x39\x6b\x7b\x28\xee\x7c\xba\x04\x33\xce\x57\xc5\xd1\xda\x8b\x00\x27\x78\x90\xec\x09\x4d\x75\x35\xea\x0a\x4b\x38\x24\xdc\x0b\xf6\x8d\x6d\xa3\xf9\x7c\x6e\x11\x40\xc9\xa2\x50\x32\x70\x6a\xc4\xa9\x94\x9c\x2b\x85\x65\xfc\xc8\x85\x55\x5f\xb0\xd6\x5f\xbe\xdc\xae\xee\xd4\xc5\xc1\x8a\x82\xbf\xb6\xf9\xfd\xfd\xbd\x49\x6c\x71\x6b\xc1\xe4\x07\x92\x15\xac\xe4\x80\x0e\xed\x4c\x05\x47\xa0\xab\x54\x63\xd9\x40\x07\xc2\xca\xf5\xa7\x12\x65\xb9\xd4\x65\xe2\xb9\xdf\xed\x97\x2f\x8f\xeb\x5f\x47\x84\x28\xe1\xe4\x80\x9b\x31\xf7\x76\x50\x0d\xdd\xf8\xeb\x42\xce\x56\xd1\x0e\xbf\x11\x24\xb6\x4e\x75\x6d\xbc\xe8\x6b\x59\x4c\x71\x5b\x81\x19\xec\xa4\x90\x82\x14\xca\x93\xef\x18\x84\xf5\x0e\x91\xb6\xed\xfd\x31\x7f\x10\x1f\x57\x2c\xc0\x2e\xbf\x82\x4b\x94\x26\x50\xae\x1b\xdb\x9f\x9e\xf3\xda\x60\x14\xa3\x03\xee\xfb\x00\x7f\x1b\xe3\xf2\x90\x4d\x8c\xa3\x80\x72\x8d\xbe\xe8\xd7\xaf\x5f\x07\x9e\x35\x42\x33\x48\x1b\x5f\xfa\x58\xd9\xaf\xed\x3c\x44\x00\x55\x94\x42\x5f\x02\x8b\x43\x22\x35\xa7\x6f\x66\x72\x47\xe9\xa4\xb4\xdb\xd6\xe9\x18\xea\x1e\x26\xa6\
func bundle_css_gz_bytes() ([]byte, error) {
return bindata_read(
_bundle_css_gz,
"bundle.css.gz",
)
}
func bundle_css_gz() (*asset, error) {
bytes, err := bundle_css_gz_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "bundle.css.gz", size: 1735, mode: os.FileMode(436), modTime: time.Unix(1434493953, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
2015-06-16 22:46:58 +00:00
var _bundle_js_gz = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\x03\xdd\x7d\x5b\x73\xdb\x38\x96\x70\xed\xeb\xfe\x0a\x99\x5f\xad\x87\x6c\xc1\xb4\x65\x77\xa7\x7b\xa8\x66\xbc\xd9\xa4\xb7\xba\x77\x73\xe9\x9a\x24\xdb\x0f\x2e\x55\x8a\x26\x21\x8b\x13\x8a\xd4\x90\x94\x2f\x6b\xe9\xbf\xef\x39\xb8\x11\x00\x41\x49\x76\x67\x5e\xbe\x3c\xc4\x14\x08\x02\x07\xc0\xb9\xe3\xe0\xe0\x68\xbe\x2e\xd3\x36\xaf\xca\x11\xf5\x5b\x52\x92\x26\x78\x54\x25\xb5\x9f\x90\x2a\x78\xcc\xe7\xfe\x51\x79\x95\xcc\xf8\x53\xcb\x9e\x6e\x93\x7a\x94\xc6\x9e\xac\xea\xc5\x71\xfb\xb0\xa2\xd5\x7c\x54\xd3\x7f\xac\xf3\x9a\x1e\x1f\x8b\x87\x29\x7e\x53\x1d\x1f\xa7\x41\x4d\xdb\x75\x5d\x8e\x52\x68\xf4\xe8\x2c\xc0\xf2\x5c\x96\xe5\xa2\x0c\x5b\x2d\xe2\x92\xde\x8d\x7e\xa9\xeb\xaa\xf6\xbd\xd7\x49\x59\x56\xed\x68\x9e\x97\xd9\x68\x59\x65\xeb\x82\x8e\xfe\xe2\x8d\x93\xb1\xf7\x17\x2f\x98\xb6\x8b\xba\xba\x1b\x15\x61\x5a\x65\x34\xf6\xde\x7d\x78\xf3\xf9\xed\x2f\x5f\xde\x7f\xf8\xf4\xe5\x3f\x3f\x7c\x7e\xff\xc6\x23\xc5\x16\xdb\x5b\xc7\x08\x7b\xfc\x48\xef\x57\x55\xdd\x36\xd1\xe3\x76\x3b\xc5\x31\x5c\x9d\xcd\xc2\x34\x29\x0a\x7f\x1d\x8a\x57\x44\x8e\xc6\xa7\x7c\x80\x65\xcc\x2a\x4e\x66\x57\x74\x36\x15\xa0\xd6\x7e\x79\x59\x46\x34\xd8\x92\x35\xe9\xbe\xa4\x84\xcf\xdd\x56\xd4\xc2\x2e\xe5\xcb\xed\x1c\x46\x82\xcd\xe5\x87\xcc\x17\x49\xe2\xb3\x69\xf2\x73\x13\x16\xb4\xbc\x69\x17\xd3\x64\x3c\x0e\x6a\xbf\xc1\x49\x57\x20\x6c\xfd\xc7\x49\x74\xd5\x41\x8b\x9d\x07\x8f\xde\xba\xa1\xa3\xa6\xad\xf3\xb4\xf5\xd8\x4c\x36\x31\xf5\xbd\x9a\x26\xf0\x3b\x20\xb5\xfa\x71\x52\x57\xeb\x96\xd6\x50\x96\xc7\x75\xf8\x37\xfc\x01\x9d\xd6\xe1\x1b\x3a\x4f\xd6\x45\xcb\x0a\xa6\x50\x39\x3c\xcd\xeb\x14\x6a\xb1\xc7\xb4\x5a\x2e\x93\x32\xf3\xf8\x1a\x55\x31\x2b\x6c\xaa\xf4\x2b\xc5\xc6\x53\xfe\x7b\xdd\xe6\x05\xfc\x2a\x62\xf9\xc9\xaa\x2a\x69\xd9\x36\xa7\xaf\x56\xab\xf0\xef\xcd\x3d\xbc\x5b\xf7\xde\xbd\xae\xca\x92\xa6\xad\x78\xbf\xe8\xbf\x5f\x24\xf2\xe5\xb2\xf7\xf2\x23\x6d\xdb\xbc\xbc\x69\x44\x85\x8c\x57\x48\xd8\xbc\x34\xa7\x6c\xa0\x50\x3c\x8f\x8b\x0a\x96\xfa\x63\x5b\xd5\xc9\x0d\x0d\xd7\xeb\x3c\x9b\xce\x37\x1b\x3f\x0b\xcb\xe4\x36\xbf\x49\x5a\xf8\x2a\xe5\x60\x78\x88\x87\xa4\x57\x3d\x9e\xc7\x69\xf8\xf9\xf3\x6f\x6f\xfc\x20\x20\x55\x08\x93\xde\x7d\xa0\xd6\x21\x78\x14\x0b\x54\x85\x0d\x2d\x33\xdf\xc3\x2f\xe1\x7d\xb0\x95\xdf\x50\xc4\x6a\xcf\xc0\x33\x49\x15\x00\x6f\x55\xd0\xb0\xa8\x6e\x7c\x0a\x9f\xd7\xb7\xb4\x1e\x7b\xd1\xc8\x1b\xd3\x70\x49\x9b\x06\x00\x81\x66\xd8\xe4\xaf\xe2\x26\x4c\x61\x25\x5b\xfa\x4b\x41\x97\x30\x0d\x7e\x4e\x1e\xcb\x64\x49\x23\x2f\x59\xad\x3c\xb2\x4a\xda\x45\xe4\x9d\x7a\x64\x01\x0b\x56\xd0\x3a\x2a\xb6\x64\xf0\x0b\x35\x0a\x59\x79\x0d\xc0\x0e\xd6\x6e\xc4\x74\x77\xd5\x97\x3b\xab\xb7\x49\xbb\x6e\x14\x44\x11\x1f\x56\xf7\xf1\x62\xd7\xc7\x29\xac\xbb\xfd\xe9\x69\x04\xa5\x00\x70\xb1\xbb\x8d\x84\x3c\x6a\xf0\x01\xdd\x84\xf5\xba\xf4\x57\xa4\x0e\x7f\xcd\x1b\x58\xd5\x87\xb7\xb0\xbe\xb8\x00\xc6\x4a\x34\x61\x0d\xab\x46\x81\xd8\xac\xe6\x28\x29\xd7\x45\x01\xd8\x55\xa5\x6b\x2c\x08\xaf\xab\xec\x01\x56\x63\x4b\x1e\x7b\xc8\x16\xfd\x44\x34\x6a\x89\x26\xe7\xc4\x4d\x09\xd1\xe4\x82\x0c\xe0\x79\x34\xf9\xde\x7e\xa5\x91\x48\x34\x79\x41\x76\xd0\x40\x74\xce\xda\x45\xca\x8d\xce\x19\x2c\x82\x48\xa3\x8b\x33\x22\x49\x34\xba\xf8\x2b\x61\xac\x20\x12\xec\x81\x98\x9c\x21\x32\x7f\x6e\x67\xe4\xbc\xcf\x6e\x94\x94\x68\x00\xf1\xdb\x45\xde\x84\x5f\xe8\x2d\x02\x14\xeb\x3f\x36\x9b\xc7\x2d\xe1\x05\xcb\xe4\xfe\x2d\x4c\x3f\x2d\x69\x2d\xeb\xe8\x45\x9b\xcd\x6d\x95\x67\xa3\xb3\xad\x26\x7e\x14\x7d\x38\x18\x27\xed\x2a\xe6\x5a\xc5\x72\xbd\xbc\x06\x98\x5d\xd5\x12\xad\x5a\x75\xfd\x77\x44\xfb\xae\xda\xf1\x31\x2e\xf2\x51\x1c\x6b\x1f\x54\x1a\x81\x72\xe0\x62\x7c\xdf\x4a\xce\x1e\x37\x80\x7a\xbf\xe0\x38\x7f\x59\xe6\x2d\x4c\x15\x2b\x58\xd5\x55\x5b\x61\xb3\x6a\x42\xf8\xb7\xe6\x2b\x63\x36\x54\x85\x8c\xf3\xe0\x77\xfa\xcb\x89\xf9\x25\xd0\xa0\xf1\x5a\x47\x61\x94\xb5\x38\x19\x9b\xcd\xd9\x4b\xba\xd9\xe4\xcd\xfb\xe4\x3d\xfc\x0c\xb8\xa4\xfc\x04\x9f\x0b\xb9\x5a\x8e\x96\xeb\xa6\x1d\x5d\xd3\x51\x32\x5a\x55\x4d\xde\xe6\xb7\x74\x24\xa6\x4e\xc9\x19\xc7\xb2\x51\xb6\x96\x5b\x03\x20\x0a\x63\x8f\x6d\xd1\xc9\xc4\x21\xc9\x49\x4a\x0a\x94\xf4\x26\x4a\x18\x3f\xe3\x47\xa0\x60\xc1\x19\x71\x7a\x8f\x8f\x41\xc7\xd0\xde\x87\xec\xd5\x66\x
func bundle_js_gz_bytes() ([]byte, error) {
return bindata_read(
_bundle_js_gz,
"bundle.js.gz",
)
}
func bundle_js_gz() (*asset, error) {
bytes, err := bundle_js_gz_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "bundle.js.gz", size: 10892, mode: os.FileMode(436), modTime: time.Unix(1434493953, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _config_default_toml = "\x70\x6f\x72\x74\x20\x3d\x20\x31\x33\x33\x37"
func config_default_toml_bytes() ([]byte, error) {
return bindata_read(
_config_default_toml,
"config.default.toml",
)
}
func config_default_toml() (*asset, error) {
bytes, err := config_default_toml_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "config.default.toml", size: 11, mode: os.FileMode(436), modTime: time.Unix(1434493930, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _font_fontello_eot_gz = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\x03\xe5\x57\x6b\x6c\x5b\xd7\x7d\x3f\xe7\x5e\xf2\x92\xa2\x1e\xa4\x2c\x89\x92\x45\x99\x3e\xd4\xb5\x28\x59\xbc\xa4\x64\xea\x69\x59\x66\x14\x52\x0f\xc7\xb2\x1d\x5a\x56\x3c\xd2\x49\x13\x52\x14\xf5\x70\xf4\xe0\xf4\x30\x94\x07\x82\x60\x4d\x87\x4c\xc8\x32\x23\x28\x8c\x61\xcd\x80\xae\x70\x8a\xa2\x9f\x0e\x9d\x74\x49\x87\x00\x29\x86\xb5\x68\x87\x06\xd8\xb0\xa0\xd8\x87\x3d\xfa\xa1\x1f\x54\xac\x43\x3f\x6c\x2b\x30\x60\x91\xf6\xfb\xdf\x7b\x25\xcb\xb2\xbc\x01\xc5\xbe\x8d\x14\xcf\xff\x71\x7e\xf7\xfc\xff\xe7\xff\x38\xf7\xe8\xbf\x9a\x18\x9b\xc6\x8f\x33\x85\xd1\x47\x61\x4e\xd5\x64\xa0\xb9\xcb\x89\x5e\x49\xb3\x23\x1f\x6e\xd3\x9e\x6f\x2c\x7c\x7e\x74\x8e\x31\x1f\x9b\x63\xab\x6c\x85\x6d\xb0\x22\x5b\xc2\x77\x15\xba\x1a\x36\x05\x69\x9e\x6d\x42\xce\xb3\x35\x68\xfc\xec\x26\x34\x6b\x6c\x9d\x2d\x9a\x68\xc1\xce\xb1\x18\xeb\x7e\xc2\xf3\xb6\xd1\x1a\xf6\x26\x53\x59\xee\xd9\x1b\x5d\xf1\x44\xc7\xa5\x7f\x83\xe6\x57\xf8\xdd\x2c\x2c\xe7\x4b\x7f\x73\xf2\xe4\xc7\x00\x8d\xe2\x77\xb9\x70\x67\x43\x58\x0f\x55\xbd\x80\xc1\x33\x57\x9a\x5f\x7e\xfb\xee\xdd\x2c\xe4\x05\xc6\x2a\x4b\xf3\xf9\xf5\x92\x69\x88\x55\x4d\x83\xba\xe7\x97\x5e\x99\xfb\x4d\xfd\xfb\x03\xd8\xfd\x5d\xc6\x9c\x3f\x5e\x28\xe6\x67\xb5\xc1\xa9\x5a\x4c\x65\x30\xdf\xbf\x00\x85\xeb\x9f\xd5\x6f\x41\xc6\x3c\x3b\xb3\xb0\xbc\xb1\x15\xfa\x3a\xad\xef\xfe\x08\x43\xc7\xd2\x6a\x21\x5f\xd1\xe4\x32\x20\xff\x03\x6d\x6d\x39\xbf\x55\x62\xdf\xae\xfc\x17\xc8\xff\x0e\x59\xac\xe4\x97\x8b\x3f\xfd\xd3\xc0\x29\xc6\x2a\xea\x61\xe3\xf3\xd2\xea\xfa\xc6\x77\x7f\x3e\x79\x1e\xbe\xfc\x02\xf3\xab\xa5\xb5\x62\xe9\x1f\x5f\x56\xbf\xc6\x58\xe3\xdf\x43\x7e\x8d\x71\xf5\x05\x7e\x97\x39\x99\x5b\x79\x55\xf9\x14\x9a\x77\x2c\xca\x7f\xce\xce\x71\xe5\x70\x8e\x8e\x7e\xd2\x73\x63\xb3\x6c\x64\x87\xed\xb8\xd5\xa9\xbd\xdb\xec\x96\x3a\xc5\xee\x1d\x4a\x18\x63\xaa\xfd\x6b\xb1\x75\xa3\x90\xb8\x29\x3b\x58\x07\xa8\x06\x6a\x96\xc2\x8e\x7b\x6f\x8f\x00\x3b\x8c\x68\x13\x7f\xb8\x06\xd7\x8e\xb7\xfd\xff\xec\x83\x18\xed\x95\xd5\x5b\xaa\x87\xb9\xd9\x02\x73\x7f\xef\xba\xd0\x14\x25\x1a\xe1\xbd\xe1\xd6\x1a\xee\x8f\xf7\xb7\x35\xd4\x6b\x5e\xae\xb9\xfc\x8d\xfe\x7a\x57\x0d\x6f\x6f\xed\x82\x80\x6f\x84\xb7\x86\xfb\xda\xc3\xed\x2e\xad\x15\x63\xb8\x77\x20\xc1\x07\xc2\x5d\x3c\xc6\xdb\xfb\x7a\xfb\x9f\xe2\xfd\x03\xb6\xb2\x27\x7e\x1a\x02\xbe\x17\x78\xdc\x7f\x9a\xfb\x1b\x07\xfa\xe3\x8d\xb4\x98\x97\x43\x0c\x72\xe5\xc2\xd4\xd6\x94\x72\x73\xe3\x26\x6f\x71\xbb\x16\x3c\x95\x75\x1d\x9a\xd3\x9b\xae\x76\xb9\xae\x9e\x6c\xae\x70\x39\x7c\xaf\xbb\xab\x7c\x81\xc6\x67\x35\x9f\x36\xee\x77\x38\xdd\x1d\x1e\xaf\x7b\xce\xe5\xe6\x1e\xe7\x82\xbb\xa6\xb1\xcd\xc2\xba\xaf\x36\x35\x57\xb8\xd5\xda\xd7\x5d\x55\xdc\xdb\xe2\x4f\x3b\xbd\xae\x4b\xf5\x0e\xc7\x85\x9a\x8a\x39\x97\x87\xbf\x78\x61\x7a\xfa\xce\xf4\xf4\x16\xcd\xfa\x82\x0d\x81\xb8\x56\xa3\x35\xa4\xb9\x73\xb8\xda\x7d\xa5\xc5\xe7\x71\xcd\x57\x54\x0d\x3b\xb5\x91\xa0\xb3\x46\xab\x8a\x7b\x5b\x02\x5e\x5e\xe5\x32\xb1\x27\x9b\x45\xd4\x55\xe5\xaa\x4f\x5b\x50\xaf\xdb\x6d\x42\x9d\xa9\x16\x40\xaf\x9a\x40\xab\x0a\x99\x7a\x82\xff\x2b\xf3\xb2\xd3\xac\x8b\x79\x3e\x36\xf4\x96\xba\x2a\x55\x8d\x46\xea\x10\xba\x76\xbd\x35\x4c\x11\x19\xe8\x89\xfb\x9d\xb6\x3c\x70\x44\xbe\xc8\x2d\xf9\x67\xc1\xc6\x97\x1b\x83\x5c\xf8\x5f\xf6\x0b\x7e\xca\x22\x96\xea\xb4\x29\x58\x9a\x8f\x1f\xaa\x0f\x43\x1e\xe1\x29\xaf\x7b\x7b\x7b\xb7\xd5\x3f\x53\xab\x91\xd7\x10\xf2\x7a\xb2\x52\x53\xcd\xbc\xc6\xb8\x16\xe4\x09\xce\xeb\x35\x4a\xa5\xde\x1a\x53\x12\x8e\xa0\xd2\x58\xef\x6a\xf4\x2b\x5f\xfd\xfa\x4f\xef\x39\xde\xfd\xe2\x1d\xde\x6a\x0c\xd5\x7f\x36\xfb\x5a\xfa\xbd\x85\x11\x65\x78\xe9\xdd\xfb\xef\x94\x06\xd5\xb1\xcf\x1a\xf8\xef\xcd\xbf\xa7\xdc\xfb\xeb\x3f\xd6\xde\xd9\xfd\x93\x53\x9d\x0d\x9f\x8d\x25\x6e\xdf\xfd\xd6\xbb\x2b\x43\x8e\xe4\xdc\xbd\xab\xaf\xcd\x7e\xd6\xb0\x5f\x4f\x75\x6a\x15\xa2\xd1\x01\xbb\x28\x23\xaa\xa7\xb6\x7a\x4d\x0f\xa1\x62\x7a\x13\xce\xc6\x78\x50\x89\x27\x94\x9e\x78\xd0\xa9\xc2\x89\x70\x02\x55\xa0\x9e\x98\x4a\xed\x36\xa5\xa6\x1c\x55\x27\x82\xe1\xa1\x90\x33\x6c\x5c\xb9\x7c\xb9\xbb\xd5\xd5\x3a\xd8\xd1\x52\xef\xd1\x3e\x7a\x43\xbe\xe9\xd8\xfa\xe4\x4e\x32\x75\xed\x5a\x2a\x38\x98\xec\x1f\x6c\x6d\x56\x9a\x82\x4d\xf8\xf3\x87\x7b\x87\x12\x
func font_fontello_eot_gz_bytes() ([]byte, error) {
return bindata_read(
_font_fontello_eot_gz,
"font/fontello.eot.gz",
)
}
func font_fontello_eot_gz() (*asset, error) {
bytes, err := font_fontello_eot_gz_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "font/fontello.eot.gz", size: 3543, mode: os.FileMode(436), modTime: time.Unix(1434493953, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _font_fontello_svg_gz = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\x03\xad\x57\x6d\x8f\x1b\x35\x10\xfe\xce\xaf\x18\x82\x84\xe0\x83\x13\xbf\xac\x5f\x16\xee\x5a\xc4\xb5\xaa\x90\x10\x54\xa2\x80\xf8\x18\x92\xed\x25\xd2\x26\xb9\x24\xbe\xbb\xb6\xbf\x9e\xe7\xb1\x37\xed\x35\xb9\x83\x83\x22\x25\x6b\xaf\x3d\x6f\x7e\x66\x3c\x33\x7b\xf6\xf4\xcd\xaa\x97\x9b\x6e\xb7\x5f\x6e\xd6\xe7\x23\x33\xd6\x23\xd9\xe7\xe9\x7a\x3e\xed\x37\xeb\xee\x7c\xb4\xde\x8c\x9e\x3e\xf9\xec\xec\xf3\x67\x3f\x5f\xbc\xfa\xe3\xe5\x73\xd9\xdf\x5c\xca\xcb\x5f\xbf\xff\xf1\x87\x0b\x19\xa9\xc9\xe4\x77\x77\x31\x99\x3c\x7b\xf5\x4c\x7e\xf9\xed\x85\x98\xb1\x99\x4c\x9e\xff\x34\x92\xd1\x22\xe7\xab\x6f\x26\x93\xdb\xdb\xdb\xf1\xad\x1b\x6f\x76\x97\x93\x17\xbb\xe9\xd5\x62\x39\xdb\x4f\x40\x38\x21\x21\x98\x26\x10\x66\xcc\x78\x9e\xe7\x23\xa8\xa0\x64\xd8\xb2\xde\x9f\xdf\xc3\x6e\xb5\xd6\x24\x27\xe1\xaa\xcb\xd3\xf9\x34\x4f\x9f\x5c\x6c\xae\xde\xee\x96\x97\x8b\x2c\x5f\x5d\x7c\x2d\x56\x1b\x2f\x7f\xbe\x95\x0d\x96\x96\xeb\x69\x2f\xd3\xeb\xbc\xd8\xec\xf6\xf2\x9d\xbc\xde\xac\x73\xd7\xf7\x9b\xf1\x6c\xb3\x3a\x9b\xbc\xe7\xff\xec\x6c\xde\xbd\xde\x63\xe0\xbe\x2c\xe7\xe7\xa3\x03\xe1\x48\xc0\xb9\x7c\xa7\xa6\xf3\x1b\xf5\x06\xa8\x40\xfb\x48\x06\x42\xf5\x7a\x3a\xeb\x64\x98\xad\x96\xfd\xdb\xbb\x6c\x65\xf9\xb6\xa3\x51\xe7\xa3\x86\x5c\x65\x65\x9f\x77\x5d\x9e\x2d\x08\xe7\x6e\x35\xed\x47\x72\xbd\x5e\xe6\xbd\xba\xea\x76\xaa\x5b\x1d\xe4\x4f\xf7\xb3\x6e\x0d\xb6\xe4\xf1\x32\xef\x86\x37\x65\xf8\x3a\xe1\xb9\x97\xfb\xfd\x72\x7d\xa9\x2e\xfb\xb7\x57\x8b\xfb\x0c\x24\x51\xdd\x2c\x4f\xb5\x9e\xae\xe0\xc1\xd9\xe6\xb2\xe8\x9b\x6d\xe6\x78\xfb\xf2\x8b\x37\x5d\xd2\xfa\x5b\x68\x38\x1f\xad\x7c\x34\xe2\xbc\xde\x6a\xf1\xad\x6a\x8c\x18\x6d\xb2\xc2\x43\x1a\xcb\x41\x61\xa8\xb3\x61\x41\xea\xa2\xd4\x15\xa9\x1c\xef\x64\x65\x53\x90\x60\x6e\x94\xb1\xcd\x56\xab\xa8\x1a\x65\x1c\x04\x19\x15\x7b\xb0\xe1\x2d\x6c\x31\x2a\xa7\x95\x35\xca\x83\xab\x55\x36\x52\x67\x8c\x12\x14\x78\x0b\xbd\xc7\x13\x74\xbe\x10\x79\x15\x60\x8b\x77\xca\xb5\x5b\x15\x45\x2b\xd3\x88\xef\x0b\x83\xde\x2a\x4b\x5a\x48\x22\x29\xa4\x80\x3f\x14\x45\x54\xa5\x2c\x88\xc3\xa2\x18\xa3\xd2\xc0\x99\xa1\xc5\x58\x58\x83\x41\x43\x0b\xd4\xb7\xca\x6b\xb1\x06\x32\x5b\x45\x99\x81\x06\x34\x78\x0c\x3c\x41\x45\x2d\xa1\x51\xad\x95\x16\x92\xc5\xe3\x6f\x9c\x60\x4d\x3c\x64\x49\xe2\xc3\x26\x71\x31\x3b\x2d\x8d\xa6\xe9\x78\x57\xd6\x89\xf7\x3c\x37\x70\xf2\xb4\xdd\x00\x09\x89\x38\x0c\xd8\x6f\x0a\x44\x12\x29\xc2\x65\x83\x59\x0f\xbb\x05\x00\x25\xb1\x60\xb7\xc2\x43\x39\x71\x16\x36\x49\x8c\x30\x9b\x7f\x98\x03\x1f\x55\xbd\xd4\x82\x17\x0f\x20\xb2\x77\x54\x0c\x78\xb0\xaa\x7c\x4f\x7a\xbd\xb5\xc5\xce\x72\x38\x69\x25\x82\x1b\x36\x40\x89\x1b\x58\x8d\x5f\xd0\x8a\xc2\xe5\x54\x93\x23\xa0\xea\xc1\x4f\x60\x60\x7f\x0b\x56\xe0\xda\x27\x4d\xa8\x8b\x52\x48\x93\x42\x0e\x78\x24\xc2\x34\xa0\x67\x55\xeb\x85\xef\x74\x36\x10\x0b\x04\x1f\x8b\x7c\xd8\x56\xb9\x94\xe9\x6f\x78\x0f\x4c\x40\xc9\xc2\x5d\x1e\x67\x45\x1c\xf9\x2d\x34\xe2\x24\x2a\x66\xf2\xbe\x3b\xba\x6d\xc9\xc7\xb1\x79\x28\x9a\x71\xcd\x96\x57\xfb\xe5\xfe\x24\xa4\xcd\x10\xd2\x16\x50\x35\xae\x45\x2c\xea\x88\x58\xb4\xd4\x57\x8d\x49\x98\x2d\xca\x32\x01\x86\x69\x70\x20\xe2\x02\x11\xe1\xd2\x4d\xa1\x86\x91\x52\x5e\x33\xf7\xc2\x82\x8b\xf0\x88\x16\xf2\x86\x5c\x04\x0d\xd1\xae\xef\x2a\x08\xa7\x0a\xec\x1d\x05\xfe\x63\x05\xfe\x48\x81\xfb\xa0\x20\xfc\x37\x05\x8f\x3f\x41\x51\x70\x84\x77\x4c\x7e\x1c\x1f\xc2\x7b\xdf\x4d\x77\xb3\xc5\x09\xda\x76\x40\x3b\x34\x08\xd5\x14\xa0\x18\xc1\xa3\x22\x02\x2f\x06\x18\x84\x98\x8b\x70\x2d\xc2\x11\x43\x74\x75\x81\x03\x02\x91\x8b\x4e\xea\x8a\x14\x8e\x58\x8f\xac\x9a\xe0\x79\xde\x96\x47\xf6\x1a\xf7\x85\x61\xb8\x45\x14\xe1\xa8\xc3\x55\x35\x2d\x93\x87\x61\x36\x41\xc4\x91\xd2\x71\x48\x24\x31\xb8\x0c\x8e\xf9\x0b\xf7\x28\x35\x2a\x41\x34\xd2\x84\x03\x43\xd9\xc0\x80\x3b\xcb\x45\x66\x02\x5f\xa6\xef\x37\x0a\x99\x0d\x64\x4a\x0c\x63\x40\x88\x5b\xeb\x2d\xec\x31\x55\x05\x34\xf5\xd0\x4c\x0b\xb6\x96\x79\x47\x4a\x2a\x3b\x06\xb3\xb5\x69\x1c\x1e\x02\xf3\x7a\xdf\xed\x4e\xa0\x74\x03\x94\x91\x39\x14\x48\xe2\x72\x21\x15\xe3\x80\x04\x52\x27\xdc\xa0\x85\x6a\x52\xda\xf2\xd2\x69\xae\x88\x6b\x73\x4d\xd6\xc4\x1d\xe8\x20\x67\xa4\x9c\x90\x80\x19\x5b\xc8\x1a\xb8\xff\xc8\x0e\x0e\xf7\x00\x97\x
func font_fontello_svg_gz_bytes() ([]byte, error) {
return bindata_read(
_font_fontello_svg_gz,
"font/fontello.svg.gz",
)
}
func font_fontello_svg_gz() (*asset, error) {
bytes, err := font_fontello_svg_gz_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "font/fontello.svg.gz", size: 1707, mode: os.FileMode(436), modTime: time.Unix(1434493953, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _font_fontello_ttf_gz = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\x03\xe5\x57\x5d\x6c\x5b\x47\x76\x9e\xb9\x97\xbc\xa4\xa8\x1f\x52\x16\x45\xc9\xa2\x4c\x0f\x75\x2d\x4a\x16\x2f\x29\x99\xfa\xb5\x2c\x33\x0a\x29\x4a\x8e\x65\x3b\xb4\xac\xb8\xa4\x93\x4d\x48\x51\xd4\x8f\xa3\x1f\x56\x92\x0d\xe5\x07\x41\xd0\xcd\x16\xa9\x90\xa6\x46\xb0\x30\x8a\x36\x05\xb6\x0b\x67\x51\xf4\x69\xe8\x64\x9b\x6c\x11\x20\x8b\xa2\x5d\x6c\x8b\x5d\xa0\x45\x83\x45\x1f\xfa\xb3\x0f\xfb\xe0\x45\xb7\xd8\x87\xb6\x0b\xf4\x21\x52\xbf\x73\xef\x95\x2c\xdb\x72\x0b\x2c\xfa\x56\x52\x9c\xf3\x9d\x33\xdf\x9d\x39\x73\xce\x99\x99\x2b\xc6\x19\x63\x0d\xec\x6d\xa6\xb2\xc2\xf3\xd7\x7a\x13\xc9\xee\x0b\xff\x0e\xcb\x2f\xf0\xbb\x5e\x5a\x2d\x56\xfe\xf6\xf8\xf1\x4f\x19\xe3\x13\xf8\x5d\x2c\xdd\xde\x12\xcc\xfc\xd4\xbd\x84\xc6\xb3\x50\x59\x5c\x7d\xf7\xce\x9d\x3c\xf4\x25\xc6\x6a\x2b\x8b\xc5\xcd\x0a\xec\x3e\xe8\xb3\x90\xee\xc5\x95\xd7\x16\x7e\xe5\xff\x70\x98\x31\xe5\x0e\x63\xce\x1f\x2e\x95\x8b\xf3\xda\xc8\x4c\x23\xba\x72\xe8\x1f\x5a\x82\xc1\xf5\x2f\xea\xb7\xa1\xa3\x9f\x9d\x5a\x5a\xdd\xda\x0e\x7f\x93\xc6\x77\x7f\x82\xa6\x7b\x65\xbd\x54\xac\x69\x75\x19\xd0\xff\x11\x7a\x60\xb5\xb8\x5d\x61\xdf\xa9\xfd\x57\xe8\xff\x01\x5d\xac\x15\x57\xcb\x3f\xfa\xa3\xe0\x09\xc6\x6a\xfc\x98\xe3\xc7\x95\xf5\xcd\xad\x3f\xfd\xe9\xf4\x59\xf8\xf2\x33\xf4\xaf\x57\x36\xca\x95\x7f\x7a\x55\xfd\x06\x63\x2d\xff\x00\xfd\x0d\xc6\xd5\x97\xf8\x1d\xe6\x64\x6e\xe5\x75\xe5\x73\x58\xde\xb3\x24\xff\x29\x3b\xc3\x15\x8c\xc0\x9c\x2a\x3b\xf2\x93\x5d\xc8\xcc\xb3\xf1\x07\xec\x81\x5b\x9d\xd9\xbb\xc9\x6e\xa8\x33\xec\x2e\xcc\xfc\x80\xa0\xda\xbf\x76\xdb\x36\x01\x8d\x9b\xba\x83\x75\x43\x6a\x90\x1c\x13\x60\x84\xbd\x3d\x22\x3c\x60\x24\x5b\xf9\xc3\x31\xb8\x76\xf4\xdc\xff\xcf\x3e\x88\xd1\x5e\x55\xbd\xa1\x7a\x98\x9b\x2d\x31\xf7\x77\xaf\x0a\x4d\x51\x62\x51\x3e\x10\xe9\x68\xe0\x81\xc4\x50\x67\xb3\x5f\xf3\x72\xcd\x15\x68\x09\xf8\x5d\x0d\xbc\xab\xa3\x17\x0a\xbe\x51\xde\x11\x19\xec\x8a\x74\xb9\xb4\x0e\xb4\x91\x81\xe1\x24\x1f\x8e\xf4\xf2\x38\xef\x1a\x1c\x18\x7a\x86\x0f\x0d\xdb\xc6\xfe\xc4\x49\x28\xf8\x9e\xe3\x89\xc0\x49\x1e\x68\x19\x1e\x4a\xb4\xd0\x60\x5e\x0e\x35\xc4\x95\x73\x33\xdb\x33\xca\xf5\xad\xeb\xbc\xdd\xed\x5a\xf2\xd4\x36\x75\x6b\x4e\x6f\xb6\xde\xe5\xba\x7c\xbc\xad\xc6\xe5\xf0\xbd\xe9\xae\xf3\x05\x5b\x9e\xd7\x7c\xda\x64\xc0\xe1\x74\x77\x7b\xbc\xee\x05\x97\x9b\x7b\x9c\x4b\xee\x86\x96\x4e\x8b\xeb\xbe\xdc\xda\x56\xe3\x56\x1b\xdf\x74\xd5\x71\x6f\x7b\x20\xeb\xf4\xba\x2e\xf8\x1d\x8e\x73\x0d\x35\x0b\x2e\x0f\x7f\xf9\xdc\xec\xec\xed\xd9\xd9\x6d\xea\xf5\x85\x9a\x83\x09\xad\x41\x6b\xce\x72\xe7\x58\xbd\xfb\x52\xbb\xcf\xe3\x5a\xac\xa9\x1b\x73\x6a\xe3\x21\x67\x83\x56\x97\xf0\xb6\x07\xbd\xbc\xce\x65\x72\x8f\xb7\x89\x98\xab\xce\xe5\xcf\x5a\x54\xaf\xdb\x6d\x52\x9d\xe9\x76\x50\x2f\x9b\x44\xab\x0a\x99\x7a\x8c\xff\x1b\xf3\xb2\x93\xac\x97\x79\x3e\x35\xf4\xf6\xa6\x3a\x55\x8d\x45\x9b\x10\xba\x2e\xbd\x23\x42\x11\x19\xee\x4f\x04\x9c\xb6\x3e\xfc\x98\x7e\x9e\x5b\xfa\x4f\x42\x2d\xaf\xb6\x84\xb8\x08\xbc\x1a\x10\xfc\x84\x25\x2c\xd3\x49\x53\xb1\x2c\x9f\x3e\x34\x1f\xa6\x3c\x82\x29\xaf\x7b\x7b\x7b\x37\xd5\x3f\x56\xeb\x91\xd7\x30\xf2\x7a\xbc\x56\x53\xcd\xbc\xc6\xb9\x16\xe2\x49\xce\xfd\x1a\xa5\x52\xef\x88\x2b\x49\x47\x48\x69\xf1\xbb\x5a\x02\xca\xd7\xbf\xf9\xa3\xbb\x8e\xf7\xbf\x7c\x8f\x77\x18\xa3\xfe\x2f\xe6\xdf\xc8\x7e\xb0\x34\xae\x8c\xad\xbc\x7f\xef\xbd\xca\x88\x9a\xf9\xa2\x99\xff\xd6\xe2\x07\xca\xdd\xbf\xf9\x7d\xed\xbd\xdd\x3f\x38\xd1\xd3\xfc\x45\x26\x79\xf3\xce\xb7\xdf\x5f\x1b\x75\xa4\x16\xee\x5e\x7e\x63\xfe\x8b\xe6\xfd\x7a\x6a\x52\xeb\x10\x8d\x6e\xcc\x8b\x32\xa2\x7a\xea\xf4\x6b\x7a\x18\x15\x33\x90\x74\xb6\x24\x42\x4a\x22\xa9\xf4\x27\x42\x4e\x15\x4e\x44\x92\xa8\x02\xf5\xd8\x4c\x7a\xb7\x35\x3d\xe3\xa8\x3b\x16\x8a\x8c\x86\x9d\x11\xe3\xd2\xc5\x8b\x7d\x1d\xae\x8e\x91\xee\x76\xbf\x47\xfb\xe4\x2d\xf9\xb6\x63\xfb\xb3\xdb\xa9\xf4\x95\x2b\xe9\xd0\x48\x6a\x68\xa4\xa3\x4d\x69\x0d\xb5\xe2\x2f\x10\x19\x18\x4d\x8e\xf1\x9f\xe4\xde\x02\x47\x79\x93\x69\xb4\x6e\x47\x2f\x4e\x8c\x46\x96\x60\xe7\x70\x32\x5c\x67\xaf\xb0\xc6\xf1\x86\xaf\xe5\x67\xa7\xd2\xc9\xb3\x83\xc2\xef\x52\x34\x04\x42\x73\x51\x2a\x06\xe0\x06\x1f\x4e\x0c\x6b\xcd\x7e\x6e\xb9\xd8\x05\x17\x61\x54\x92\x9c\xaa\x38\x11\x72\xb4\x50\xa8\x
func font_fontello_ttf_gz_bytes() ([]byte, error) {
return bindata_read(
_font_fontello_ttf_gz,
"font/fontello.ttf.gz",
)
}
func font_fontello_ttf_gz() (*asset, error) {
bytes, err := font_fontello_ttf_gz_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "font/fontello.ttf.gz", size: 3490, mode: os.FileMode(436), modTime: time.Unix(1434493953, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _font_fontello_woff_gz = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\x03\x65\x56\x67\x34\x9c\x5b\xd4\x9e\x31\x8c\x36\xcc\xa8\x21\x46\x8c\x76\x75\x46\x2f\x41\x88\x16\x65\x10\xbd\x07\x63\xb4\x21\x3a\x89\x9a\x51\x27\x88\x16\xbd\x64\x08\x41\x24\x88\x68\x41\xb4\xab\xb7\x88\x88\x96\x10\x9d\x11\x25\x48\x82\x88\xf2\x4d\xee\xbd\xdf\x8f\x6f\x7d\x67\xad\xe7\x3d\x67\x3f\xfb\xd9\x7b\xaf\xf5\xbe\xef\x5a\xe7\x09\x31\xd2\xd6\x06\x00\x01\xa4\x45\x9f\x0b\xa0\xff\xb3\xb3\x99\xfd\x1b\xff\xff\x65\x64\x2a\x21\x05\x00\x00\x35\x49\xc7\x3f\xb0\x50\x15\xbc\xf5\x1d\xed\xed\xe4\x4b\xe2\xf0\xa4\x58\x89\xb4\xeb\xbd\x67\x67\x6f\x46\x07\x07\x22\x48\xe7\x5e\x12\x47\xf3\x1f\x00\xae\xbe\x6e\xde\x24\xee\x3d\x00\x40\x91\x09\x00\xd0\xfa\xe2\xd3\xd2\xac\xdd\x9c\x02\x48\xb5\x94\x2e\xa4\x34\xd5\x7f\x80\xb9\x79\xdd\x77\x25\x71\x5e\x00\x00\xf9\x2d\x92\x76\xf0\x88\xb9\x50\xde\x1d\xe3\x44\xd2\xd0\x36\x90\xf2\x32\x24\xc8\x81\x15\x4c\x18\xdc\x49\x24\x89\x23\x92\x62\xd2\x2c\x00\x1f\xe5\x22\xe8\xa9\xbb\x77\xe0\x3d\x00\x00\xf2\xa7\x0f\x37\x09\x82\xdc\xa4\x49\x5e\x3e\x68\x92\x0e\x22\x4a\x8a\x59\xff\x80\x9a\x8d\x52\xd4\xdb\xe9\x1e\x69\x2e\x44\xf3\xbf\x5a\x04\xa0\x9c\x76\xfb\xae\x93\x37\x86\xc4\x91\xe6\x00\x43\x00\x00\xb2\xb1\xd1\x22\x0e\x4e\x5f\x9f\x80\x40\x00\x80\x6e\x9e\xa4\x31\x25\xc1\xa7\x6a\x49\x5f\xd1\xd7\x1f\x43\xaa\xa5\x47\x92\x62\x92\x1e\x10\xb6\x80\x05\xc5\xdd\x2b\x44\x3b\xba\xa4\x38\x15\x76\x75\x0d\x77\x75\x9b\xf5\x35\x24\xe0\x70\x25\x94\x37\xa5\x55\x1d\x91\x2e\x2e\xce\x8e\x8e\xce\x8e\x18\xd7\x2e\x1a\xb2\x0f\x76\xa6\x6c\x70\x07\xe4\xdb\x25\x47\xfa\x53\x42\x1f\xac\x0f\xde\x8b\xa4\x13\x1c\xa5\xca\x00\x01\x16\x4f\x69\xf3\xfe\xf4\x70\x74\x74\x7d\xe0\xc8\x0e\xd6\x06\xc3\x7c\x81\x87\x6c\xdd\xe1\xac\x60\x3a\xc4\x18\xb8\x8c\x9d\x3d\x97\x8d\xcd\xc1\xf7\xec\x12\x6a\xb2\x1f\x0d\xd4\xd4\x47\xde\x9c\x02\x01\x79\x39\x7a\xf0\x94\x00\xaf\x5a\x70\xd3\xff\xfd\x46\xf7\x0a\xab\x2d\x3c\x02\x98\x74\x60\x45\x53\x4e\x23\x72\xaa\xd1\x50\x46\x39\x9c\x75\xbf\x7f\x72\xb0\x45\xee\x08\x15\xac\x7f\x47\x8f\x75\x09\x7e\x98\xb5\x73\x33\xc5\x5e\x3f\x78\x2f\xc9\xe8\x0c\x7c\x9e\xef\x90\x6e\x96\xee\x73\xd6\xf0\xf6\x1a\xe7\xac\xa3\x80\xb9\x99\xa0\xde\x79\xf9\xf1\xae\xc1\xf1\xf6\x13\x87\xc7\xef\x33\x7a\x1d\xac\x52\xcb\xe6\xc3\x85\xca\x9b\xe4\x3c\x5c\x36\x75\x6f\xc9\x7b\xd9\xa4\xac\x68\xcc\xcd\xd1\x0a\x99\x1a\x5c\x88\xe3\xa3\xdd\x1b\x3f\x76\xec\x2a\xf0\xf1\x30\xe2\xaa\x82\xe2\xf8\xa3\x67\x8f\x07\x3f\xf0\xad\x6a\xa4\x4a\xd9\x34\xf1\xb7\x7b\x9a\xdc\xdd\xd2\x0d\x99\xbb\x0a\xfd\x5a\x7d\x7a\x34\xf9\xfe\x76\xca\x02\x35\xbf\x6c\x41\x89\xc6\x76\xba\xd8\xf3\xbf\x2b\x19\xb5\xa4\x76\xd3\x33\xe4\xc4\x7a\xa6\xee\xe8\xda\x2c\x6f\x8a\x8c\x86\x4f\x41\xf8\xa3\x89\x7c\x19\xfd\x05\x4e\x90\xd4\x35\xb7\xd5\x64\x0b\xf6\xea\xfe\x60\xb8\x56\x3a\x2a\x9b\x43\x2b\x51\x53\x5a\x19\xcf\x93\xfa\xda\xc6\x99\x60\x27\xa9\xae\xf6\xab\x98\xdd\xc4\xe1\x97\xcc\xd3\xf0\x58\xae\x74\x96\xb0\xcc\x49\x1a\xbf\xa1\xe0\xfc\xc5\x63\xfe\x1b\x5b\x9c\xef\x3a\xf9\x56\x42\x93\x5e\xf3\x53\x5e\xa8\x05\xbb\x50\x86\x55\x88\xfc\xe2\xf9\xf0\x89\x66\xb5\xbc\xc8\x4b\xa7\x24\x71\x3f\x30\x42\xa0\x97\xb7\xe0\xf1\x57\xc2\xce\x6d\x87\x49\xf7\xa5\x60\xad\x72\x81\x31\xaa\xec\x61\xcb\x34\xab\x5f\xd4\x98\x23\xe8\x90\xe7\x72\xf8\x70\x8e\xf2\xd5\xa9\x8c\x98\x42\x2a\x1b\x89\x00\xe7\x3b\x87\xf4\x0d\xd7\x74\x0c\x1e\x62\xff\x1a\x8c\xde\x4b\x31\xc4\x17\xef\xe5\x14\x96\xcc\xa2\x4f\xdf\x9c\xac\xb6\xdb\x8b\x5e\xe1\x26\x1f\x54\xc8\xfe\x99\xa2\xf7\x06\xa6\x2d\xe4\x54\x9f\xcf\xe7\x4d\xae\x88\xcf\x78\xad\x95\xf5\x31\x54\xc7\xa0\xf0\x50\x49\x6c\x45\xcc\xa9\xd3\x70\x97\xa8\xef\xd6\xa0\x5b\x79\x5d\xf2\x49\x75\x42\x4a\x75\x61\xe5\xda\x3d\x99\xe7\x93\x06\xe5\x86\xbb\x65\x1b\x13\x99\xe0\xdb\x7a\x4a\x4c\xca\x1b\x33\xc0\x4c\xae\x09\xbe\xda\xa6\xba\xfc\xde\xe1\x52\x0f\x2f\x69\x34\x5f\xba\x71\x71\x5c\x80\x87\x30\x1e\x23\x90\x2d\x43\x31\xa1\x9c\x3f\x51\xd0\xe6\x94\x8f\x9d\x79\xaa\x95\xaf\x6c\x3c\xae\x12\x6a\xe4\x73\x37\xae\xe0\xba\x4a\xc5\x6e\xd7\x0d\xec\x99\x5b\x90\x70\x79\x4c\x3b\xb2\xe8\x09\xfd\xa0\x5e\x78\x7e\x70\x8b\xee\x44\x6b\x64\x68\x7c\xd4\x5f\x07\x1a\xd3\x64\xc2\xe9\x62\x72\x3d\x99\x7d\x1a\x4d\x91\x94\xeb\xeb\x68\xfd\x94\xbf\xb1\x20\xaf\xe3\x27\xdf\x45\x88\x11\x47\x9a\x83\x65\xb8\x13\
func font_fontello_woff_gz_bytes() ([]byte, error) {
return bindata_read(
_font_fontello_woff_gz,
"font/fontello.woff.gz",
)
}
func font_fontello_woff_gz() (*asset, error) {
bytes, err := font_fontello_woff_gz_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "font/fontello.woff.gz", size: 3701, mode: os.FileMode(436), modTime: time.Unix(1434493953, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
2015-06-07 22:11:03 +00:00
var _index_html_gz = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\x03\x65\x90\x4d\x4f\xc3\x30\x0c\x86\xff\x4a\xe8\x75\xb4\x11\x37\x0e\x49\x39\x6c\x20\x71\x98\x86\x60\x1c\x38\x66\x89\xdb\x1a\xdc\xa4\x8a\x4d\xa7\x4a\xfc\x78\xba\x75\x07\x26\x2e\x96\xdf\x0f\x3d\x92\x6d\x6e\x36\xbb\xf5\xfe\xe3\xe5\x51\x75\xd2\x53\x6d\x4e\x53\x91\x8b\xad\x85\x38\x2b\x70\xa1\x36\x3d\x88\x53\xbe\x73\x99\x41\xec\xfb\xfe\xa9\xbc\xbf\x78\xd1\xf5\x60\x47\x84\xe3\x90\xb2\x28\x9f\xa2\x40\x14\x5b\x1c\x31\x48\x67\x03\x8c\xe8\xa1\x3c\x8b\x5b\x85\x11\x05\x1d\x95\xec\x1d\x81\xbd\x2b\x6a\x23\x28\x04\xf5\xf3\xeb\xda\xe8\x65\x35\x84\xf1\x4b\x75\x19\x1a\x5b\x68\xdd\xcc\x34\xae\xda\x94\x5a\x02\x37\x20\x57\x3e\xf5\xda\x33\x3f\x34\xae\x47\x9a\xec\xf6\x94\x43\xce\x4e\x7e\x36\x39\x61\x58\xbd\xb9\xc8\xab\xd9\x4d\x85\xca\x40\x96\x65\x22\xe0\x0e\x40\xfe\x82\x0f\xdf\x31\x10\x54\x33\xe7\x5f\x49\x2f\xc7\x1e\x52\x98\x6a\xc3\x3e\xe3\x20\x8a\xb3\xb7\x23\xc4\x90\x72\xf5\xc9\x73\x65\xb1\xaf\xe2\x0b\xf1\x2a\xd6\x0b\x44\x9f\x5f\xfa\x0b\x6d\x6b\xd6\x5e\x62\x01\x00\x00"
func index_html_gz_bytes() ([]byte, error) {
return bindata_read(
_index_html_gz,
"index.html.gz",
)
}
func index_html_gz() (*asset, error) {
bytes, err := index_html_gz_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "index.html.gz", size: 249, mode: os.FileMode(436), modTime: time.Unix(1434493953, 0)}
2015-06-07 22:11:03 +00:00
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _vendor_js_gz = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\x03\xec\xbd\x6b\x77\xdb\x46\x92\x30\xfc\x7d\x7f\x85\x84\x9d\x55\x80\xa8\x4d\x8b\xb6\xe3\x24\xa0\x61\x1e\x5b\x92\x27\x3a\x63\x5b\x7e\x24\x79\xb2\xfb\xca\x1a\x0d\x04\x82\x22\x62\x10\xe0\xe0\x22\x5b\x4b\xf2\xbf\xbf\x55\xd5\x17\x74\x03\x0d\x4a\xf2\x64\x77\x76\xcf\xce\x49\x2c\x02\xdd\x8d\xbe\x56\x57\x57\xd7\xb5\x88\xff\x56\x27\x45\x1c\x4c\xeb\x2c\xaa\x92\x3c\xdb\xaa\xdc\x98\x65\xac\xf0\x96\x2a\x25\x77\x43\x56\x7b\xcb\x64\xea\x6e\x67\xe7\xe1\x05\x7f\x8a\xe9\xe9\x26\x2c\xb6\xca\xc0\x91\x45\x9d\x20\xa8\x6e\x17\x71\x3e\xdd\x2a\x78\xb5\x3b\x3b\xe2\x61\x84\xdf\xd4\x3b\x3b\xa5\x57\xc4\x55\x5d\x64\x5b\x25\x54\xba\xbd\xe7\x61\x7a\x22\xd3\x12\x91\x86\xb5\x46\x41\x16\x7f\xd9\x3a\x2c\x8a\xbc\x70\x9d\xfd\x30\xcb\xf2\x6a\x6b\x9a\x64\x93\xad\x79\x3e\xa9\xd3\x78\xeb\x3b\x67\x37\xdc\x75\xbe\x73\xbc\x51\x35\x2b\xf2\x2f\x5b\xd1\x20\xca\x27\x71\xe0\xbc\x3b\x3e\xf8\xf8\xf6\xf0\xf2\xfd\xf1\xd9\xe5\x9b\xe3\x8f\xef\x0f\x1c\x16\xad\xb1\xbe\x34\xc0\xbe\x07\xcb\xf8\xeb\x22\x2f\xaa\xd2\x5f\xae\xd7\x23\x1c\xc3\xf9\xde\xc5\x20\x0a\xd3\xd4\x4d\x07\x22\x8b\xc9\xd1\xb8\x15\x1f\x60\x16\x50\xc1\xe1\xc5\x79\x75\x31\x12\x5d\xcd\xdd\x6c\x9c\xf9\x95\xb7\x66\x29\x6b\xbe\xac\x18\x9f\xbb\xb5\x28\x85\x4d\xca\xcc\xf5\x14\x46\x82\xd5\x25\xf7\x99\x2f\x16\x06\x7b\xa3\xf0\x45\x31\x48\xe3\xec\xba\x9a\x8d\xc2\xdd\x5d\x2f\x77\x0b\x9c\x74\xd5\x85\xb5\xbb\x1c\xfa\xe7\x4d\x6f\xb1\x71\x6d\xd9\x0a\xd7\x5b\xa6\xc1\xf6\x90\xd5\xa2\x92\x71\x14\xd4\x30\x4b\x59\x14\x56\x6e\xe4\xf9\x8b\xe0\xd1\x90\x45\x22\x6f\x67\x27\x77\xbd\xb5\xb6\xe4\x7c\x95\x53\x3e\x03\x55\x50\xc6\xd5\x59\x32\x8f\xf3\xba\x72\x0b\x6f\x04\xd5\xee\x8d\xe4\x78\xe2\x40\x56\x32\x8a\x47\xd0\x3e\x24\xd7\x41\xc4\xa2\xe0\xfc\x62\xb4\xbb\xbb\x78\x01\x89\xf5\xf9\xe2\x62\x50\xd4\x99\xeb\x8d\xa8\xd5\xe6\x93\x75\x1d\x64\x75\x0a\x73\x88\x1d\x8d\xd2\x38\x2c\x64\x33\x30\xb7\x4d\x7f\x12\x1c\x9d\xb7\xac\x66\x49\x39\x80\xc4\xa0\x62\xf4\x18\x16\x45\x78\x1b\xc4\x4d\xb9\x10\xfa\x4d\xcb\x5d\xb3\x32\x88\xe5\xd4\x07\xcb\x35\x75\x87\xb7\x82\x3d\x18\x95\x83\x2c\xfe\x0a\x43\x8a\x3e\x07\xed\xe5\x8e\x09\xf2\x5e\x61\xd5\x6e\x58\x5c\xd7\xf3\x38\xab\x4a\xd1\xdd\x47\x43\x82\xd8\x76\xf2\xcb\xa1\x27\x67\x23\x0b\x86\xa3\xec\x45\xbb\xc0\x28\x83\xf5\x8b\xcf\xb3\x47\xc3\x8b\x40\xe5\x9d\x67\x17\xa3\x68\xb0\xa8\xcb\x99\x8b\x2d\xf2\x31\x7a\x6c\xb8\x1d\xa8\xe9\x59\xad\xd2\xd5\x4a\x9b\xfb\x9c\xed\x01\xc8\x25\x83\x45\x91\x57\x39\x82\x0e\xce\x6a\x33\x82\x66\x86\x06\xe1\x62\x91\xde\xba\x34\xb7\xcd\x54\xc1\xb7\xe5\xa0\x4a\xaa\x14\x36\xca\x15\xec\x9a\x32\x2e\x1c\x48\x11\x8f\xb0\xa8\xf0\x12\x67\x37\x38\x5f\xf8\xc5\xf5\x0d\x4e\x5a\x39\xb8\x89\x8b\x12\xaa\x0f\x1c\xa7\x79\x29\x79\x21\x48\x0d\xb1\xec\x64\xf2\x36\x29\xab\x38\x83\x5a\x42\x4a\x8e\x62\xfe\x30\x9d\xd2\x6f\x11\xcf\xf3\x9b\xd8\x28\xc3\x93\x5e\xa5\xa9\x4c\x2d\x29\x39\x9e\x27\x15\x3d\x5c\xc1\x6e\x4f\xb2\x6b\x63\x7d\xf8\x5e\xd7\x30\x03\x4c\x44\x14\x97\xaa\xf0\x56\x52\x6e\x21\xa6\x28\xeb\x05\xae\x7c\x3c\x71\x68\xc8\xd1\x97\x89\x3e\x49\x7c\x03\x39\x8f\x1d\xca\x9b\x4d\x92\xe2\x7e\x8d\x50\xd1\x9e\x26\xea\x79\x58\x7e\xee\x36\xb2\xb5\xb7\x5e\xb3\xe5\xfa\x82\x3d\xd9\xb8\x53\x2b\xd5\xa9\xb2\x2a\x60\x1c\x0d\x62\xa8\xc6\x95\x8f\xab\x08\x09\x63\xc7\xf1\xab\x5d\xc7\xd1\xb7\xa9\xfa\x70\x7b\xbb\xda\xd9\x71\xf2\xab\xdf\xe2\xa8\xd2\xbe\xee\x6c\x21\x0e\xa3\xb2\xc6\x9b\x3c\x99\x6c\xed\xf9\xd5\x79\xac\x30\x5b\xed\x66\x1e\xa0\x36\x9e\xa3\xef\xac\xa6\x8f\x59\x3d\xbf\x02\xc8\x69\x5a\xd9\xd9\xa9\x5e\x3e\x1a\xc2\xdf\x7f\x1b\x06\xc1\xde\xce\xce\xd5\xcb\x40\x6b\xb9\x6e\x3e\xdd\x92\x0d\x6f\x0f\xfd\x6b\x8e\x77\x2b\x2f\x08\xd2\xf1\xed\xa0\x8a\xcb\xca\xbd\x91\x69\x9e\x8f\x63\xdb\xd9\x99\xf1\xf4\x4a\xc3\x4d\xa5\x56\x5d\x15\xe0\xdc\x31\xe8\xc0\x54\x16\x1c\x57\x00\x59\x8b\x34\x8c\x62\x77\xc1\x9c\x4f\x9f\xfe\xb0\xe3\x78\x7e\xb5\xe6\x67\x8a\x73\xce\x67\x88\x6f\xef\x0b\x07\x30\x82\x4a\x7a\x23\x1a\x80\xd4\x45\xf0\xf8\x7c\xf0\xfd\xee\xf8\x2f\x7f\x58\xae\x5d\x6f\x75\xfe\xe9\xe2\xd3\xe3\x4f\x9f\x2e\x1e\x5f\xb3\x69\x70\x12\x5f\x1f\x7e\x5d\xb8\x8b\x41\x99\xd7\x45\x14\x7b\x6c\x16\x3c\xfe\xcb\x27\x59\xc9\x60\x77\xbc\x0f\x9b\xa3\x2a\xea\xa8\xca\x8b\x4f\x17\x7f\x78\xcc\x26\xc1\x31\xe5\x35\x9b\x96\xdd\x
func vendor_js_gz_bytes() ([]byte, error) {
return bindata_read(
_vendor_js_gz,
"vendor.js.gz",
)
}
func vendor_js_gz() (*asset, error) {
bytes, err := vendor_js_gz_bytes()
if err != nil {
return nil, err
}
2015-06-16 22:46:58 +00:00
info := bindata_file_info{name: "vendor.js.gz", size: 96048, mode: os.FileMode(436), modTime: time.Unix(1434493953, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
// Asset loads and returns the asset for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func Asset(name string) ([]byte, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
}
return a.bytes, nil
}
return nil, fmt.Errorf("Asset %s not found", name)
}
// MustAsset is like Asset but panics when Asset would return an error.
// It simplifies safe initialization of global variables.
func MustAsset(name string) []byte {
a, err := Asset(name)
if (err != nil) {
panic("asset: Asset(" + name + "): " + err.Error())
}
return a
}
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func AssetInfo(name string) (os.FileInfo, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
}
return a.info, nil
}
return nil, fmt.Errorf("AssetInfo %s not found", name)
}
// AssetNames returns the names of the assets.
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
for name := range _bindata {
names = append(names, name)
}
return names
}
// _bindata is a table, holding each asset generator, mapped to its name.
var _bindata = map[string]func() (*asset, error){
"bundle.css.gz": bundle_css_gz,
"bundle.js.gz": bundle_js_gz,
"config.default.toml": config_default_toml,
"font/fontello.eot.gz": font_fontello_eot_gz,
"font/fontello.svg.gz": font_fontello_svg_gz,
"font/fontello.ttf.gz": font_fontello_ttf_gz,
"font/fontello.woff.gz": font_fontello_woff_gz,
"index.html.gz": index_html_gz,
2015-06-07 22:11:03 +00:00
"vendor.js.gz": vendor_js_gz,
}
// AssetDir returns the file names below a certain
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
// data/
// foo.txt
// img/
// a.png
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("") will return []string{"data"}.
func AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
cannonicalName := strings.Replace(name, "\\", "/", -1)
pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
}
}
if node.Func != nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
rv := make([]string, 0, len(node.Children))
for childName := range node.Children {
rv = append(rv, childName)
}
return rv, nil
}
type _bintree_t struct {
Func func() (*asset, error)
Children map[string]*_bintree_t
}
var _bintree = &_bintree_t{nil, map[string]*_bintree_t{
"bundle.css.gz": &_bintree_t{bundle_css_gz, map[string]*_bintree_t{
}},
"bundle.js.gz": &_bintree_t{bundle_js_gz, map[string]*_bintree_t{
}},
"config.default.toml": &_bintree_t{config_default_toml, map[string]*_bintree_t{
}},
"font": &_bintree_t{nil, map[string]*_bintree_t{
"fontello.eot.gz": &_bintree_t{font_fontello_eot_gz, map[string]*_bintree_t{
}},
"fontello.svg.gz": &_bintree_t{font_fontello_svg_gz, map[string]*_bintree_t{
}},
"fontello.ttf.gz": &_bintree_t{font_fontello_ttf_gz, map[string]*_bintree_t{
}},
"fontello.woff.gz": &_bintree_t{font_fontello_woff_gz, map[string]*_bintree_t{
}},
}},
"index.html.gz": &_bintree_t{index_html_gz, map[string]*_bintree_t{
}},
2015-06-07 22:11:03 +00:00
"vendor.js.gz": &_bintree_t{vendor_js_gz, map[string]*_bintree_t{
}},
}}
// Restore an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
return err
}
info, err := AssetInfo(name)
if err != nil {
return err
}
err = os.MkdirAll(_filePath(dir, path.Dir(name)), os.FileMode(0755))
if err != nil {
return err
}
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
if err != nil {
return err
}
return nil
}
// Restore assets under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
if err != nil { // File
return RestoreAsset(dir, name)
} else { // Dir
for _, child := range children {
err = RestoreAssets(dir, path.Join(name, child))
if err != nil {
return err
}
}
}
return nil
}
func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}