-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassets.go
311 lines (273 loc) · 38 KB
/
assets.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
package main
import (
"bytes"
"compress/gzip"
"fmt"
"io"
"strings"
"os"
"time"
"io/ioutil"
"path"
"path/filepath"
)
func bindata_read(data []byte, name string) ([]byte, error) {
gz, err := gzip.NewReader(bytes.NewBuffer(data))
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
var buf bytes.Buffer
_, err = io.Copy(&buf, gz)
gz.Close()
if err != nil {
return nil, fmt.Errorf("Read %q: %v", name, err)
}
return buf.Bytes(), 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
}
var _assets_ds_store = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x98\x3b\x0e\xc2\x30\x10\x44\x77\x8c\x0b\x4b\x34\x2e\x29\xdd\x70\x00\x6e\x60\x45\xe1\x04\x5c\x80\x82\x2b\xd0\xfb\xe8\x24\xda\x11\xb2\x14\x52\x50\x25\x82\x79\x92\xf5\x56\x8a\x9d\x4f\xe3\xec\xd8\xcc\x30\x3c\x1f\x17\xb3\x3c\x95\xc9\xdc\x76\xb6\x8f\x24\x8e\x05\xa1\xab\xc1\x7b\x08\x21\x84\x10\x62\xdf\xc0\x95\x8e\xdb\xbe\x86\x10\x62\x87\xcc\xfb\x43\xa1\x2b\xdd\xdc\xe0\xf5\x40\xc7\x6e\x4d\xa6\x0b\x5d\xe9\xe6\x06\xe7\x05\x3a\xd2\x89\xce\x74\xa1\x2b\xdd\xdc\xdc\xb4\xc0\xf0\x01\x3e\x19\x4c\x28\x60\x0a\x41\xa1\xeb\x97\x1f\x2d\xc4\x9f\x70\x70\xe5\xf9\xff\x7f\xb5\xd5\xfc\x2f\x84\xf8\x61\x10\xc7\xdb\x38\xd8\x3b\x10\x2c\x27\x4c\xe3\xde\xd5\xcd\xd6\x9b\x80\xe0\x87\x85\xa7\x6e\x6d\xa1\x2b\xdd\xdc\x6a\x04\x84\xd8\x8a\x57\x00\x00\x00\xff\xff\x6a\x00\x88\x6d\x04\x18\x00\x00")
func assets_ds_store_bytes() ([]byte, error) {
return bindata_read(
_assets_ds_store,
"assets/.DS_Store",
)
}
func assets_ds_store() (*asset, error) {
bytes, err := assets_ds_store_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "assets/.DS_Store", size: 6148, mode: os.FileMode(420), modTime: time.Unix(1428628661, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _assets_header_tmpl_swp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4a\x32\x08\xf3\xf4\x55\x30\xd7\x33\x61\x00\x02\x01\x06\x86\xd6\x7e\xf5\xd0\x05\x7e\x7e\x8c\x4b\xc5\x19\x19\x92\x0c\x0c\xcd\xcd\x8c\x19\x08\x82\x00\x67\x5d\x4b\x23\x73\x73\x82\xea\xea\x20\x06\xea\xbb\x14\xe5\x17\x24\xe5\x57\xe8\x07\x14\xe5\x67\xa5\x26\x97\x14\xeb\xbb\x67\x96\x78\x94\x26\xe9\x67\x19\xe5\xe9\x27\x16\x17\xa7\x02\x45\x32\x52\x13\x53\x52\x8b\xf4\x4a\x72\x0b\x72\x08\xdb\x3f\x0a\x46\xc1\x28\x20\x00\x4a\x4b\xd2\x74\x2d\x78\x19\x8c\x8d\x0c\x0d\x40\x5c\x65\x25\x45\x05\x61\xa1\xd0\x81\x76\xd5\x28\x18\x05\xa3\x60\x14\x8c\x82\x51\x30\x0a\x46\xc1\x28\x18\x05\xa3\x80\x8e\x00\x10\x00\x00\xff\xff\xa1\xea\x93\x99\x00\x10\x00\x00")
func assets_header_tmpl_swp_bytes() ([]byte, error) {
return bindata_read(
_assets_header_tmpl_swp,
"assets/.header.tmpl.swp",
)
}
func assets_header_tmpl_swp() (*asset, error) {
bytes, err := assets_header_tmpl_swp_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "assets/.header.tmpl.swp", size: 4096, mode: os.FileMode(420), modTime: time.Unix(1428657094, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _assets_header_tmpl = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\x58\x4d\x6f\xdb\x38\x10\xbd\xfb\x57\x4c\x9d\x20\xb0\x17\x59\xf9\x2e\xaf\x0b\xb4\x69\x83\x66\xd1\x06\x41\xdc\xdd\xab\xa1\x48\x63\x9b\x09\x4d\xa9\x24\x65\x78\xab\xd5\xfe\xf6\x1d\x92\xfa\xa0\x6d\x25\xb6\xdb\x4b\xdb\x43\x21\x95\xe2\xbc\x79\x33\x8f\x33\x43\xe7\x8c\xcd\x45\x82\x73\x28\x8a\xe0\x53\x14\xcb\xf4\x4e\xe2\x9c\x6d\xca\xb2\x28\x64\x24\x16\x08\xc1\x6d\xb4\x42\x95\x45\x31\xb6\x5f\x02\xf8\x17\x3e\xa7\x7f\x65\x19\xca\xb2\x9c\x15\x05\x8a\xa4\x35\x18\x4c\x33\xce\x34\x04\x77\x51\xfc\x14\x2d\xd0\x98\x43\x7f\xd4\x1f\xbe\x60\x78\x8f\x19\x27\x07\x6f\x38\x87\xe0\x8a\x47\x4a\x39\xa3\xf3\x3e\xf4\x67\xfd\x1d\x93\xe0\x03\x46\x09\xca\xf7\x1b\xed\x7f\xa8\xd9\x4f\xf3\xb9\xe5\xd8\x3b\xa3\x98\x98\xc0\x5f\x2d\xac\xde\x19\x13\x31\xcf\x13\x84\x3f\x5e\x8c\xa4\x2c\x47\x15\x8d\x38\x5d\xad\x52\x11\xf8\x1e\xca\xf2\x75\xaf\x57\x14\x6c\x0e\xc1\x34\x27\x3f\x96\x1b\x81\x17\xc5\xf9\xd2\xee\x81\x70\x02\x99\x64\x42\x43\xff\x63\xdf\xdf\x04\xfd\xb1\x21\xfe\x31\x4d\x9f\xf2\xcc\xe1\x59\x3b\x82\xaa\x4c\x4d\xea\x4f\xa5\xd8\xf8\x35\xc4\xaa\xb5\xe6\xd9\x7b\x1e\xa4\x27\xea\x15\xb0\x78\xbd\xa2\xc3\xea\x1d\x66\xb4\x84\x22\x66\x58\xc5\xa8\x38\x23\x0b\x0a\xb1\x52\xd4\xc8\xe8\xbe\x18\x3c\xf3\xe1\x2d\x69\x0c\x6e\x9f\xfd\xe0\xa0\xce\x19\xe1\x6c\x2e\xe1\x1c\x39\xae\x90\x92\x43\x3b\xef\xd2\x6c\x7b\xf3\x0e\x25\x9b\x9a\x1b\x75\x8f\x0a\xe5\x1a\x13\x08\xda\xf3\xe1\xb1\x8d\x6d\x6e\xb7\x0e\x8c\xe3\x52\x9d\x95\x7d\x1c\xfb\xb9\xc5\x1a\x9f\x40\x92\xf4\xbb\xc7\x35\x4a\x65\xe8\x96\x30\x1a\xc1\x29\x9c\x9f\x53\xe7\xf9\xf2\xf8\xb6\x94\x74\xe5\x64\xbf\x88\x2a\xb4\xe0\x46\x5d\x33\x11\xf1\xb2\x84\xb9\x79\xb6\x2c\xf7\xce\x38\x40\x08\x59\xfe\x40\x89\x80\x03\xa7\x33\x0c\xbb\x3b\xc0\xe0\x1d\x93\x3e\xe8\xb0\x6d\x03\x2f\x06\xe7\xe1\xf9\x31\xf9\xc5\xd5\x74\x86\xb7\x91\x42\x3f\xdb\x5d\x91\x50\x81\xae\x23\x8d\x21\x85\x94\x2b\x26\x16\xf0\x40\x46\x33\xfd\x4f\x86\x30\xf9\xf1\x63\x1b\xb7\x4a\x3b\x39\x4c\x1c\x4a\x47\x9a\x84\x89\x53\xa1\x34\x6e\x32\xe9\xde\x20\x5e\x46\xf2\x37\xf8\x92\x47\x9c\xcd\x19\x26\x33\x5b\x1a\x13\xea\x4d\x44\xeb\x3a\xe7\xfc\xd6\xd6\xc2\xb8\x3f\xf6\xca\xfe\xca\x58\x46\x42\x3b\xcd\xf7\x80\x6d\x2c\xf8\x05\x06\xc1\x67\x93\x30\x6a\xb9\x92\xad\x9a\x5c\x51\xd8\x8f\xd1\x3a\x0a\x43\x4e\x60\x61\x38\xd5\xd4\x0b\x17\x7d\xd3\x4b\x1b\x3a\xc4\x9e\x9b\x38\x88\x82\x41\x30\x2f\x36\x1c\x73\xc6\x1d\x9f\xbd\x74\xdd\x6e\x95\xac\x15\x29\xf8\x3b\xe2\xf9\x76\x36\x6a\x66\x4d\x64\x8e\xcb\xc8\x50\x19\x35\x4c\x28\x26\xf7\x3e\xf0\x53\x44\x7a\x85\xd5\x7a\xa1\x2e\xe1\xcf\xdb\x9b\x0f\xc8\x49\x82\x30\x54\x5a\x72\x14\x03\x35\x34\x96\x05\xfd\x23\x4f\xdd\x10\x97\x94\xac\x84\x0c\xd8\x57\x3a\x4c\x94\xb1\x5c\xe8\xe1\x78\x77\xaf\xdb\x62\x57\x2e\xc8\xeb\xb8\xa3\xef\xde\x08\xa6\x19\x29\xf6\x95\x3a\x8d\xe5\xbb\xdd\xde\xba\x6a\x79\xf0\x52\x13\x0b\xde\xc8\x45\x6e\xfe\x63\xd2\xad\xaa\xf4\xba\x8d\x65\x79\x09\xcd\xf9\xb3\x49\xbf\x23\x35\xc9\xfd\x1a\x1b\x08\x3b\x65\xbc\x77\xa7\x9e\x8b\x66\x9b\x59\xed\xb3\xa1\x75\x51\x2b\x46\xd2\xd5\x0e\xab\xa5\xe1\xae\x70\xbb\xcd\xe6\x60\xff\x1a\x3c\xa6\x0f\x8f\x18\x6b\xa0\x07\xa1\x1d\x65\x72\x70\xc7\xc5\x05\xa4\x7a\x89\x72\x08\x22\xc5\x4d\x8c\x99\xb6\x3c\x6d\xc8\x3f\x14\x29\x42\x5e\x33\xa9\xa9\xb2\xe1\xbf\xc3\x2e\x3a\xcf\xd9\x27\xd4\xcb\x34\xa9\xb3\xed\x86\xc1\xd4\x96\x7b\x59\x56\x65\xdf\xd9\x9b\xee\x51\xe7\x52\xd8\xea\x6f\x3c\x1c\x5d\xbc\x3f\xfb\x49\xad\x72\x77\xcd\x90\x27\xaa\x19\x94\x37\xea\xbd\xc8\x57\x7e\xc3\xdc\x4e\xd9\x4e\xb2\x16\xa8\xab\x7c\x51\xff\x9c\x8a\xe8\x09\xaf\xa8\xb5\xd3\xbb\xbd\xbc\x5e\xd1\x3a\xbf\xb2\xbd\xde\xa0\x5a\x57\x95\x82\xbc\x1a\x6e\xe4\x53\xa4\xda\x9b\xde\x07\x25\x5c\xa7\x2c\x01\x75\xac\xdf\x5d\x2c\xf7\xac\xa0\x1c\xa1\x3d\x15\x9a\x6e\xde\xb6\xf5\xad\xfc\x77\x8c\x4b\xb3\x91\x26\x46\x18\x7e\xc7\xa4\xdc\x4e\x6d\xa3\xe3\xc6\x93\xed\xb4\xe3\xfd\xad\x5a\x1d\x91\xb3\xa1\xaf\x5c\xbd\xcf\xcd\x56\xef\x3a\xba\x77\x4f\xac\x6d\x76\x3a\xe4\x43\x9a\x72\x48\x69\x29\xd2\xa9\x7c\x35\x18\x3a\xa0\x6a\x4a\x01\x48\x5b\xa6\xa0\x97\x4c\xfd\xfe\x9a\xda\xd1\x0c\x26\x13\x10\x34\x1a\x33\x2d\xc7\xf5\x1c\xa3\x91\x4e\x37\x08\x12\xa4\xc6\xb1\xa8\x47\x60\xbd\xda\xc7\x6a\x20\xaa\x1e\x78\x18\xc5\x99\x9e\x3e\xc0\x1b\x4f\xde\x34\xad\xbd\x79\xd5\x7a\x44\xf3\xbd\x68\xb0\x26\x47\xf5\x61\xb9\x54\x5b\x5d\xf8\x19\x71\x32\x99\x6a\xca\x00\x26\xe6\x6e\xe6\x8d\x84\x59\xcb\xae\x1c\x1f\xfc\x09\xd0\xfe\xde\x18\x7e\xc7\x0f\x8e\xd6\x4b\x05\xb6\x77\xb5\x7d\x0e\xbd\x85\x38\xa3\x27\x79\xa2\x2d\xbf\xd8\x5f\x05\xfe\x0f\x00\x00\xff\xff\x96\x19\x9b\xdb\xc4\x11\x00\x00")
func assets_header_tmpl_bytes() ([]byte, error) {
return bindata_read(
_assets_header_tmpl,
"assets/header.tmpl",
)
}
func assets_header_tmpl() (*asset, error) {
bytes, err := assets_header_tmpl_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "assets/header.tmpl", size: 4548, mode: os.FileMode(420), modTime: time.Unix(1428656005, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _assets_helper_tmpl = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x9d\x7b\x73\xdb\xb8\x76\xc0\xff\xf7\xa7\x60\xb5\x33\xb9\x52\xe2\x28\x49\x7b\xe7\xce\x8e\xed\xa8\x93\x38\xf6\x8d\xb7\xb1\xb3\xb5\xb5\x99\x69\xb7\x1d\x0d\x23\xc1\x36\x53\x9a\xd2\x25\x29\x6f\x5c\xae\xbe\xfb\x3d\x00\x88\x17\x49\xf0\x4d\x89\x54\x98\x99\x5d\x4b\x24\x70\x70\x5e\x00\x7f\x87\x12\x85\x9f\xac\x5b\x67\x81\x6e\x8d\x20\x18\x5f\x9a\x73\x77\xf9\xab\x8b\x6e\xad\xef\x9b\x4d\x10\xb8\xa6\x73\x87\x8c\xf1\x95\xf9\x80\xbc\x95\x39\x47\xe2\xcc\xd8\xf8\xd3\x98\x2e\x7f\x5b\xad\x90\xbb\xd9\xcc\x82\x00\x39\x8b\xcd\xe6\xf4\xf3\xe5\xe5\xe7\x2b\x78\x37\xfe\x88\xcc\x05\x72\xcf\xbe\xfb\x72\x33\x26\xff\x66\x7d\x4b\xa4\x1c\xfc\x04\xa3\x5a\x0e\xda\xfe\xc0\x07\x3f\x59\xce\xdc\x5e\x2f\x90\x71\x62\x5b\x0f\x96\xef\x4d\xa4\x23\x0f\xe8\x61\xe9\x3e\xc9\x47\x3c\x7f\x81\xbe\xcf\xd1\xca\x57\x0f\xba\x96\x73\x27\x1f\xf1\x9f\x56\x68\xe6\xbb\x66\x44\xde\xda\xb7\x6c\xcb\x57\x04\x3e\xa2\xb9\xbf\x74\x27\xb2\x1e\xdf\x1c\x6b\x7c\x0f\x47\xf4\xb6\x1f\x38\xec\x08\x76\x18\xbc\x0f\x0e\x42\xf3\x0f\xa4\x53\xbf\x5c\x5d\x7c\x44\x36\x98\x0d\xa7\x0f\xd6\x1e\xa8\x68\xbc\x7f\xf2\xd1\x14\x74\x33\xde\x1a\x60\xc9\xd1\xd1\xda\x72\xfc\x9f\x67\xfe\x71\x78\xfa\xf4\xde\x74\xc3\xd3\x73\x78\xf9\xe6\x6f\xe2\xd4\x87\xe5\xfa\xab\xcd\xfa\x2e\xc8\x1b\x76\xea\xdc\x5e\x9a\x7e\x78\xe6\x16\xbf\x66\x27\x2e\x1c\x5f\x1e\x0c\xc6\xfa\xb7\x7f\x15\x12\x3f\x2d\x9d\xbb\xc8\xe9\xbf\xfd\x55\x9c\xbe\xb9\x5f\xba\xd1\xee\xb2\x42\x5f\x96\xd6\x22\x3c\xfd\x08\x2f\xd9\xe1\xf7\xcb\xa5\x8d\x4c\x27\x3c\xf3\x15\xde\x71\x81\x24\x4a\xb2\x44\x1a\xb7\xe3\x03\x1f\x3d\xac\x6c\xd3\x07\xd7\xcf\x6d\xd3\xf3\x8c\xe9\x24\xec\xf2\xce\x75\xcd\x27\xb9\x07\x8d\xd6\xc9\x74\x72\x2c\x3b\x7a\x81\x7c\xd3\xb2\xb1\x97\x2d\xc7\xc6\x59\xfc\x8b\xf9\x68\x7e\xb9\x7c\xfe\x3c\x7c\xf1\x71\x69\x43\x26\x0e\x47\xd0\xc2\x00\x39\xa6\x6f\xcd\x59\x13\xe3\xdb\xe3\x03\x08\x77\xd6\xb6\xbd\xf2\xdd\x63\x38\xef\x22\x7f\xed\x3a\xc6\x33\x38\x71\x7c\x00\xf1\xdc\x18\xaf\x5e\x19\xb1\xb1\x22\x23\x19\x1e\xf2\xe9\xcb\xa1\x24\x98\x0e\x68\xae\xfd\xa5\x01\x1a\xc0\x30\xcf\x69\xef\xa3\x23\x55\x2f\x3c\xac\xe6\x14\x74\x22\x8a\x70\xbd\xe0\x38\x51\x2b\x32\xfe\x1d\x1f\x9f\x0e\x1a\xb6\xd6\x0e\x28\x49\xb8\xba\x38\x73\x1e\xa9\x04\xf2\x32\x94\xc0\x8e\x23\xe7\xf1\x98\x59\x01\x52\x8d\xb7\xf0\xc6\x90\xc7\x7b\x39\xf9\x3b\xf2\x71\x3f\x17\x41\x8a\x20\x77\x05\xad\x66\x73\xd3\xf3\x4f\x70\x5e\x3c\x7f\x3e\x19\x3e\x03\x19\xa3\x43\x2c\x71\xf6\xe5\xec\xfa\xe6\x02\xd6\x87\x37\xb3\xbf\x82\x16\x20\xca\xba\x35\x86\x44\xec\x5b\x72\xfe\xec\xc3\xd9\xf4\xdd\xe9\xc7\xb3\x0f\x23\x38\x17\x90\xa1\x70\x0b\x65\xb8\x77\xbe\x6f\xce\xef\x4f\xd7\xae\x8b\x20\xc1\xef\x5d\x58\x67\xc8\x10\x87\x2c\x8c\x23\x26\xed\xf3\x7f\x8c\x88\x08\x2a\x88\x7b\x25\x34\xc9\x30\x36\x07\xf4\x3f\x64\x7b\x28\xaa\x09\xed\x4b\x7b\xaa\xfd\x36\x58\x6f\xff\xde\x5d\xfe\x41\x93\xd2\x5d\x3b\xbe\xf5\x80\x66\xc8\x75\x97\x6e\x30\xe0\xd3\xfe\xe8\x88\xfb\x74\xb0\x21\x2e\x4f\x4a\xd9\x84\xe4\x87\x79\xb1\x9e\xfb\x30\x41\xe7\xa6\x7d\x8d\x6e\x3f\x20\x1b\x81\x5f\x0d\x58\xa0\x4d\x9b\xc4\x86\xce\x8e\xd5\x92\xf8\x1b\x52\x64\xfa\x9c\xf8\x12\xfb\xdb\x58\xc2\xc8\x26\x4c\x92\xe1\x68\xc8\x1a\xac\x46\xc6\x7c\xe9\x78\x3e\xb7\x47\x8a\xf5\xcb\x09\x15\xcf\x06\x1b\xae\x46\xd4\x46\xd0\x58\x97\xfb\xda\xf9\xca\x84\xf0\xe5\xcd\xb1\xfe\xb1\x46\x33\x08\xc9\xc9\xf4\xd0\x60\xb9\x18\xb1\x0b\x66\xb3\x6e\x3a\xeb\x7d\xf3\xc5\xb4\xd7\x88\xa6\x33\xf1\xc8\xd4\x58\x98\xbe\x39\x8c\x85\xcc\xbf\xb7\xbc\x97\x93\x47\xdc\x9a\x87\x6e\x6a\x84\xef\xb1\x89\xb9\x86\x38\x61\x2a\x63\x5d\xe9\x78\xcf\xb3\x07\x1c\x83\x9b\x87\x23\x3e\xac\x24\x23\x45\x81\x43\x83\xea\x41\x57\x55\xae\x0c\x84\x6b\x4a\x2e\x67\x4a\x8f\xf8\xe9\x13\xb6\x2c\x4f\xa4\x44\x21\xa3\xcd\x7c\xba\x8e\xb2\x06\x24\x63\xc2\xc5\x50\x5a\x8d\x71\x6e\xfc\xe7\xda\xb4\xad\x5b\x0b\x2d\xf0\x85\x2f\x6e\xe2\xe0\xcb\x40\x4c\x83\x88\xfb\xde\xb9\x70\x1d\xe6\x72\x49\x42\xfa\x4b\x32\x75\xb1\x0e\x43\x69\x51\x39\xc4\x6d\x9f\x3d\x33\x4c\xf7\x0e\xaf\x72\x0b\x92\x0c\xb2\x52\xa4\x33\x68\x43\x2e\x02\x67\x36\x7a\x80\xd9\xee\xa9\x12\xbe\x99\xf8\x1c\x88\x78\x8a\x88\xc8\xa1\x16\xac\xd8\xe7\x16\xb2\x17\x11\x89\xcb\xaf\xdf\xe0\x1a\x63\xc0\x1f\x78\x73\x8b\x1b\x5c\x7c\x30\xc2\xbf\x87\xe1\x32\x12\xfb\x97\xd3\x92\xa2\xe3\x95\x32\xea\x86\xbc\x4d\x1a\x8a\xf6\x22\xff\x07\x5b\xf2\x5b\x57\xc8\xc6\xbc\xc3\xa7\x0f\x56\xcc\x13\xe3\xf1\x18\xab\xe7\x45\xbd\x01\xf3\xcd\xbe\x44\xfe\xfd\x32\xd5\xe9\x0f\xa4\x05\x8c\xc5\x5e\xa4\xe8\x86\x47\x79\xf6\x0c\x8f\x07\x8e\xf0\xc4\xcc\x00\xb1\x2f\x27\xa7\x30\x1c\x9e\x5d\xe1\x90\x44\x7a\xb6\x4c\x31\x75\xf1\x04\xc5\xab\x20\x9d\x8e\x0b\x34\x37\x9f\x4e\x88\x59\x47\x47\xf8\x14\xfe\x23\x4d\xa5\x14\x07\x12\x23\x89\x90\xdb\xa5\xfb\x87\xe9\x2e\xa8\x98\x21\xd1\x79\x34\xa6\x0b\x17\x18\x31\xd2\x4d\xe3\x34\x87\xd2\x00\x27\xba\x35\x9a\x60\x45\x3c\x9b\xd3\xbf\x74\x74\xc9\xcb\xa1\x44\x3e\x68\x74\xa8\xca\xee\x2d\xe8\xcc\x4d\xd6\x02\x2d\x01\xb2\x76\x8d\x96\xda\x54\x58\xa6\xff\x3b\xef\x32\x2d\x5f\xe9\xbe\x7d\xa5\x63\x4f\xf2\xac\xdb\xd1\x21\x13\x05\x05\x74\x14\x8a\x84\xfc\x28\xf6\xdf\x68\xc3\x15\x0c\x35\xe1\xc0\xaf\xb8\x29\xeb\x2a\x10\xca\x7c\xc7\x2f\x06\x5c\x2f\x82\x3d\x94\x5d\x61\xf5\x78\xc0\x97\x55\x92\x4a\x40\xac\xef\xa5\x4e\x5c\x2e\x74\x16\x14\x79\x1c\x15\x61\x23\x47\x12\x40\x7a\x7e\x42\xce\x9d\x7f\x8f\xfb\x85\xcd\x35\x16\xb8\xc8\x3b\x0e\x3d\xe5\x8d\xe1\x3f\xe4\x3e\xa2\x21\xc8\x0b\x7b\x41\x6a\x19\xc3\x6f\x9e\xf5\xff\x80\xa1\x30\xc4\xeb\x63\xf8\x73\x82\xc7\x3b\x36\x5e\xbc\xb0\xa2\x10\xeb\x8d\x57\x6b\xef\x7e\xf6\xd5\x9c\xff\xdf\x50\x76\xae\x3c\xe2\x90\xd8\xfb\xbb\xf5\xbf\xa3\x91\x60\x5d\x1e\xa8\x50\x9d\xbc\x97\xf0\x32\xd7\xca\xa4\x34\x21\xae\xbb\xe1\xbe\xa7\x32\x49\x77\xde\x4b\xce\x3a\x32\x0a\x16\x10\xce\xb2\x51\x34\x5d\xa4\x49\x53\xe6\xf2\x1a\x4d\x5f\xd9\x97\x42\xf4\x64\x18\x49\x99\xb8\xda\x23\xed\x4a\xba\xb3\x8b\x74\xcc\xe7\x74\x48\xc5\x04\x3e\x4a\x1d\xde\xaf\xe7\xc2\x4f\xff\x95\x8e\xd4\x01\x5f\xb3\x49\xc0\x72\xd8\xac\x0f\x5d\xd2\x45\x50\x58\x5c\x3f\x5b\xf0\x08\x26\x5e\x01\xf3\xa4\x28\xbe\x40\x86\xc6\xaa\x57\x47\x15\x45\x6a\x47\x8e\xdc\x97\xc8\x0a\xbe\xce\x8d\x1d\x79\xf2\xcb\x48\x8a\x4c\x65\xd7\x2b\xd9\xd6\x3a\x3c\xc9\xcd\x27\xe1\x2d\x4a\x3d\x9c\x84\x0d\x2a\x90\xc9\xfb\x72\x64\x02\x03\xd7\x80\x25\x58\x4a\x84\x49\xf0\xa1\x4c\x20\x61\x7e\xc9\xa4\x11\x68\x58\x10\x45\x58\x8f\x66\x38\x84\x2b\xbe\x1d\x08\x61\xc3\xb5\x9b\x40\x40\xcb\xce\xe1\x47\xa2\xce\x1d\x62\x0f\xae\xff\xfe\x81\x47\x84\x38\xb4\x96\xee\x1d\x6e\x80\xa5\x3d\x6b\x64\x24\x55\x73\xac\x11\xf3\x7e\x87\x40\x83\x7d\xd8\xa9\x05\x0d\xd6\xa0\x02\x68\x9c\x96\x02\x0d\xfc\xd9\x6b\x75\xd0\x20\x52\x54\xd0\x20\x87\xb2\x40\x83\xfb\x25\x0b\x34\xb0\xb4\x62\xa0\x71\xca\x7a\x34\x02\x1a\x42\xf1\xad\x80\x06\x1f\xae\xd5\xa0\x81\xb5\xec\x1a\x68\x24\xeb\xdc\x1d\xd0\x10\xfa\xef\x3b\x68\xe8\x2d\xdd\x37\xd0\xc0\x96\xf6\xa0\x91\x91\x54\x8d\x81\x46\xdc\xfb\x1d\x02\x0d\xfe\x4d\x26\x2d\x69\xf0\x16\x15\x50\xe3\xa6\x14\x6a\x78\x78\xe4\xea\xac\x41\xc5\xa8\xb0\x41\x8f\x65\xd1\x86\x70\x4e\x16\x6e\x10\x79\xc5\x78\xe3\x86\x77\x69\x04\x38\x24\xdd\xb7\x42\x1c\x62\xbc\x56\x23\x07\x51\xb3\x6b\xcc\xa1\x51\xba\x3b\xd0\x21\x19\xb0\xef\xd4\x91\x62\xea\xbe\x61\x07\x31\xb5\xe7\x8e\x8c\xb4\x6a\x8c\x3b\x12\xdc\xdf\x21\xf0\x08\xbf\x7f\xad\xc5\x8e\xf0\x7c\x05\xe8\xb8\x28\x05\x1d\x96\x53\x03\x72\x60\x21\x2a\x70\xe0\x23\x59\xb8\xc1\x5c\x92\x05\x1b\x20\xab\x18\x6a\x5c\x38\x0d\x82\x06\xd7\x7a\x2b\x98\xc1\x46\x6b\x35\x64\x80\x92\x5d\x43\x8c\x44\x95\xbb\x03\x18\x5c\xfd\x7d\xc7\x0b\xad\xa1\xfb\x06\x17\x60\x68\x8f\x16\x19\x29\xd5\x18\x5a\xc4\x9c\xdf\x21\xb0\x60\x8f\x6e\x69\xc9\x82\x35\xa8\x80\x16\xbf\x94\x42\x0b\x1b\x06\xae\xce\x16\x44\x8a\x0a\x17\xe4\x50\x16\x5d\x70\xbf\x64\xe1\x05\x96\x56\x8c\x2f\x3e\xb1\x1e\x8d\x00\x86\x50\x7c\x2b\x84\xc1\x87\x6b\x35\x62\x60\x2d\xbb\xc6\x18\xc9\x3a\x77\x07\x32\x84\xfe\xfb\x4e\x19\x7a\x4b\xf7\x0d\x33\xb0\xa5\x3d\x67\x64\x24\x55\x63\x9c\x11\xf7\x7e\x87\x40\x83\x3f\x5a\xae\x25\x0d\xde\xa2\x02\x6a\x9c\x97\x42\x0d\xf2\xa8\x7b\x31\xd6\xc0\x8f\xf8\xc2\x01\xfc\x88\x2f\x51\xd1\x59\x3f\x20\x17\x62\x48\x7f\x79\x40\xb2\xf6\xe8\xe8\x1f\x6b\x0b\xf9\xb3\x2b\xf3\x0a\xd6\x36\xe5\xaa\xca\x1f\xe3\x9c\xd1\x44\x9b\xb0\x78\x06\x24\xf0\xe7\x96\xb3\x38\xc5\x07\x86\x83\x6f\xa0\xd7\x2b\xdb\x74\xee\x5e\x11\xc1\x03\x4a\x2e\xf8\x1f\x21\x04\xb6\x8c\xbd\x8d\x7c\x5d\xfd\x9c\x1e\x67\xcb\x12\x7d\x8a\xf4\xd0\x18\x80\x2e\x83\x43\xec\xac\xd1\x31\xbf\xc0\xc7\xd1\x89\x7a\x25\x90\x53\x42\x96\x8d\xcf\x2a\xab\x1e\x13\xcf\xd6\xbe\x8d\xcc\x01\xfc\xb9\xe8\xd0\x69\x2f\xb2\xbc\x66\x39\xb7\x96\x63\xf9\x4f\xed\x72\x5a\xbe\x25\x80\xfe\x1b\xfc\xfa\xf9\xe6\x62\x7a\xf1\xe5\x6c\x76\x71\x75\x7e\x01\x13\xe1\xbf\x76\xe8\xef\x97\x3f\x80\xbf\xaf\xce\xfe\xfe\x6e\x97\xfe\x8e\x20\xb3\x76\x44\xa5\x1a\xa1\xc7\x44\x39\xc2\x7e\x4a\x20\xa9\x28\x11\xf1\xca\xaa\x4a\x88\xd4\x62\x65\xc9\x39\xef\xd2\x48\x5d\x22\xe9\xbe\x95\xc2\x44\x8c\xd7\xea\xca\x44\x4a\xb3\xee\x94\x26\x1a\xa5\xbb\x53\x9b\xc4\x27\xf7\xde\x16\x27\x29\xa6\xee\x5b\x75\x42\x4c\xed\xcb\x93\x8c\xb4\x6a\xac\x3c\x49\x70\x7f\x87\xea\x13\xf1\xab\x58\xda\x02\x45\x34\xa9\x50\xa1\x7c\x28\x55\xa1\xd0\x9f\xe9\xaa\xb5\x44\x91\x0c\xae\xb9\x46\xa1\x92\xb7\x53\xa4\x84\x8e\xd1\x51\x1c\x55\xa5\xe6\x32\x45\xf1\x5c\x9d\xdc\x5c\x87\xe3\x2a\x56\x28\x3b\xf7\x78\x62\xa1\xb2\x3f\x1e\x8f\xd7\x28\x3b\xf1\x78\x66\xa9\xc2\xc6\x54\x6a\x95\xf0\x60\xbe\x62\x45\x8a\x59\x56\xb5\x42\xe5\x16\x2b\x57\x3e\x88\x3e\x8d\xd4\x2b\xb2\xfa\x5b\x29\x58\xa4\x01\x5b\x5d\xb1\xc8\xe9\xd6\x9d\x92\x45\xa7\x75\x77\x6a\x96\x84\x69\xbe\xb7\x45\x4b\x9a\xad\xfb\x56\xb5\x50\x5b\xfb\xb2\x25\x23\xb1\x1a\x2b\x5b\x92\xfc\xdf\xa1\xba\x45\xfc\x16\xae\xfe\x99\x14\xde\xa4\x42\xdd\xf2\x49\x40\x13\x95\x77\x5c\xa6\x90\x91\x18\x2d\xfc\xa9\xe5\x62\x35\x4d\x02\xe3\xa5\xd0\x1d\x55\x94\xd3\x9d\xd4\x99\xff\xb2\xc6\xc4\xc0\x2f\x3d\x2a\xe4\x0a\xfd\xc1\x7f\x40\x03\x47\x64\x8c\xaf\xe9\xb0\x7e\x86\xfd\x91\xf4\x8b\x0f\xa4\xcd\x35\xba\xb3\x96\xce\x90\x48\x60\xc8\xf5\x9a\x2c\xbd\x61\xcf\xf4\xe4\x8e\xfd\xca\x2d\x85\x15\xa2\xdc\x73\x92\x12\x6c\x01\x1f\xc5\x0c\x08\xbd\x07\x3a\xcd\x97\x0b\x78\xc5\x0d\xa0\x36\xff\x36\x3d\x1f\x0e\xe0\x7f\x2f\x7f\xe6\xd6\x27\x50\x5e\x42\x34\x12\x60\x3a\x3c\x15\xc4\xd4\x65\x67\x86\x6c\xec\xcf\x64\x25\x15\xc9\x3e\x67\x4e\x61\xab\xfb\x65\x38\x9d\x86\xfc\xcc\xe0\x04\xb3\xfc\x04\x53\xf0\xf0\xf7\xf7\xf1\x24\x1b\x7d\x19\x48\x5e\x54\x3c\xcd\x4c\xa7\xef\x21\x4a\x69\xcf\x26\x89\x59\x92\x05\xa3\xf4\x72\x90\x0e\xa3\x05\x1f\x2e\x92\x06\xaf\x11\x25\x13\xb2\x01\xfe\x8a\x2a\x41\x7d\x84\x4b\x0e\x15\xe8\xfc\x59\x58\x19\xfa\x81\xd2\xb3\x35\x12\xb5\x10\xae\xca\xa0\xdf\x28\x7c\x2b\x24\x4b\x9e\x20\x11\x51\x0a\xa5\x30\xfd\xf0\x73\x7e\x1e\xee\xce\xc2\xa5\x72\x39\x73\x01\x59\x39\xe6\x88\xe2\x30\x11\x26\x35\x20\x42\xaf\x01\x86\x4d\x0f\xe9\x05\xab\xbd\x36\xe1\x5f\x5e\xe5\xc8\x8a\xc7\x46\x8c\x74\x6b\x13\x67\xd3\x08\xb5\x86\xb3\xd3\xb3\x2d\x47\xae\x25\xb1\x77\x98\x6a\x92\x8e\x7c\x7e\x28\xc9\xc7\x86\xa9\x25\xf1\x70\x12\x40\x0c\xad\x3b\x27\x92\x70\xc5\xd3\xad\x62\xbe\xec\xac\x96\x90\x23\xd2\xc1\x5a\xa2\x42\x2e\x66\xdb\xff\xe3\x64\x65\xbb\xea\x25\x4d\x50\xf5\xd1\xc4\x08\x4f\x03\xd9\xd2\xe2\xa9\xcf\xa3\x16\x14\x83\xa5\xd2\x4a\x5e\x25\xda\x57\x19\xee\x67\x5e\xa5\x6f\xa1\x20\xdc\x0b\x8d\xa7\xd8\xe9\xaa\x9b\xe1\x25\x54\xf1\x33\xeb\xf6\x84\xee\x30\xe3\xcd\x3c\x38\x77\x42\x46\x82\x10\xd8\xb8\xf5\x90\x05\xc4\x06\xd7\x9d\x4c\x9f\x4d\xc0\x9f\x6c\x8f\x0b\xb6\xac\xc1\x15\x8e\x2f\x71\x10\x29\xe2\x63\x16\x38\x5d\x7d\x3d\x2d\x5f\x56\x4f\xf1\x47\x6f\x61\x8b\x19\xb6\x26\x7a\x79\x55\x6e\xca\x87\x6a\xe9\x2b\x66\x1a\xe9\x69\x8e\xe7\x22\x42\x51\x01\x2e\x32\xe3\x3e\x48\xa9\xa4\xa6\x3b\x28\xa0\xa6\x4d\xd5\x4d\xcc\xa1\xf8\x7e\x7b\x90\x5d\x1a\x6d\xe4\xc9\xa0\xd4\x11\x58\x40\x58\x87\xb6\xef\x8e\x7d\x7b\x2b\x09\xe6\x7f\x17\xdd\x06\x99\xd5\x82\x7a\x1f\x63\x1a\x40\x27\xea\xf2\x4d\x8f\xdd\xdb\xc6\xee\xa4\xc0\xe5\x40\xeb\xe2\x21\x6c\x2d\xa3\xc6\x3c\xd0\x76\x1c\x6d\xc2\xf7\xed\xe0\xba\xc4\x50\xb4\x1a\xe1\xb2\x62\x91\x79\xd7\x3f\x79\x6f\x08\x2d\xa1\x24\x37\xaf\xf0\x69\xc0\xef\xa5\x76\x04\x91\x6f\xc0\x4b\x7b\x66\xa4\x7c\x06\x90\x2f\x6f\x92\xff\x25\x2c\xc7\x84\x3d\xe0\x62\xce\xd8\x03\xdf\xf0\x97\x14\x91\xef\xf9\xa7\x71\x85\x5a\x3c\xc0\xc9\x89\xd2\x33\x8e\x1c\x94\xbd\xc9\x5e\x66\x52\x4f\x79\x03\x13\xfc\x61\xbf\x42\xd4\x37\xea\xbe\x22\xe1\x47\x0d\x14\x44\x0e\x8d\x37\x87\xc6\xb3\xaf\x49\xa8\x91\xcb\xdd\x81\xee\x0c\xe0\xe0\x53\xda\x6d\x74\x4d\xda\xa5\x13\x61\x95\x18\x36\x41\x93\x3a\x23\x9a\x41\x4c\xc5\xbf\x86\xa9\xb9\x3d\xaf\xb4\x2a\x74\x93\x3e\x86\xa2\xd2\x00\x30\xa5\x1f\x96\x8f\x64\x46\x25\x6c\x19\x44\x36\x15\x54\xc3\x46\xb1\x83\x7d\xa0\xd2\xa3\x6c\x01\x94\x8d\xc4\xd9\x7d\x4a\xbc\x1d\x99\x16\xe7\x94\x1b\xe4\xa1\xf3\x0b\xc6\xd1\x7d\x92\x4a\x92\x9e\x8f\xb7\xc9\xc7\x55\xb2\xa1\xc0\x2d\xea\x86\xf2\xa2\xb5\xd0\x5d\xda\xad\x3a\x38\x6f\x1c\xcf\x4b\xdc\xd7\xdb\x59\x50\xdb\x41\xf3\x95\x62\xac\xa7\xfe\x14\xee\xaf\x65\xe7\xc4\xdd\x84\xb9\x48\xa1\xc0\x76\x53\xc9\x53\x25\xb0\xb6\x55\x4a\x84\x52\x5b\xf3\x24\x7e\x47\xa7\xd8\x77\x84\x92\x20\x3f\xe9\x5b\x3d\xe9\x5f\xea\x21\xa0\xd5\xe4\x97\x79\x32\x80\x5d\x18\x1f\x24\x1e\x2e\x80\xea\x3c\xf0\x4d\x71\x7a\xb3\x90\x2e\xd4\x6f\x88\xd0\xc5\x77\xc1\xb4\x78\xce\x9b\x34\xc9\xe6\xcc\xd0\x1e\xcc\x6b\x05\x73\x29\xbc\xba\x8b\x89\x2e\xbc\x85\x90\x3c\x33\x7c\x3d\x8f\xef\x8e\xc7\x4b\x25\x41\x25\x12\xaf\x9e\x0e\xed\xc5\x70\xd5\x9b\xa9\x6e\x6c\xfb\x6d\xf1\xdd\x06\xb0\x25\xc8\x5d\x7c\x76\x74\x1e\xb6\x8b\x46\xb7\x00\x69\xf3\xed\x84\x72\x90\x36\x6f\x5b\x85\xb4\x4b\xed\x4d\x25\x7f\x95\x9e\x6d\xe6\x54\x9d\xb4\xf9\xbe\x50\x7a\xd2\xe6\x4d\x6a\x26\x6d\x6c\x45\x09\xd2\x96\x8c\x0f\x12\x0f\xe7\x27\x6d\x11\xf8\x4e\x92\xb6\xa4\x7e\x33\xa4\x2d\x7c\xaa\x25\x6d\xd1\xa4\x41\xd2\xe6\x86\xf6\xa4\x5d\x27\x69\xcb\xe1\xd5\x5c\x46\xb4\xe1\x2d\x42\xda\xd9\xe1\xeb\x49\x7b\x67\xa4\x5d\x2e\x09\xaa\x90\x76\x0d\xe9\xd0\x5a\xd2\x8e\x78\x33\xd5\x8d\x9d\x25\xed\xad\x04\xb0\x1d\xa4\x5d\x62\x76\x74\x9d\xb4\x0b\x47\xb7\x00\x69\x8b\x6d\xb4\x72\xa0\xb6\x68\x5c\x85\xb5\x4b\x6d\xce\x26\x7f\x09\x9d\x6f\x64\x56\x1d\xb6\xc5\xa6\x68\x7a\xda\x16\x6d\x4a\xe2\xb6\x96\xb7\x89\x25\x25\x80\x5b\xf6\x40\x90\x7c\x3c\x3f\x72\x4b\x19\xd0\xd8\xb7\x50\x1a\x85\x6e\xd9\x80\x86\x1e\x0e\x15\x7e\xd5\x62\xb7\xd4\xa6\x41\xee\x16\xb6\xf6\xe0\x5d\xeb\x03\x99\x72\x84\x35\x97\x15\x7d\x84\x8b\xa0\x77\x8e\x08\xf6\xec\xbd\xbb\x87\x21\x4b\xe6\x41\x15\xfa\xae\x23\x23\x5a\x8b\xdf\x51\x87\xa6\x7b\xb2\xb3\x00\xbe\x9d\x18\xb6\x83\xc0\x4b\xcd\x91\xae\x33\x78\xf1\x00\x17\x80\x70\xb6\xc9\x5c\x0e\x04\x67\x4d\xab\x00\x78\xa9\x8d\x0a\xa5\x04\x60\xfb\x01\x56\xc7\x6f\xb6\x51\xa0\x1e\xbe\x59\x8b\x72\xe8\xad\x03\x6f\x38\x5a\x02\xbb\x85\xdd\x41\xd2\xd1\xfc\xc8\xcd\xe3\xdd\x10\x70\x37\x8a\xdb\x42\xf9\x66\x60\x9b\xfb\x53\x8b\xda\xbc\x45\x83\xa0\xcd\xac\xec\x31\xbb\x4e\xcc\x96\x62\xab\xb9\x70\xe8\x62\x5b\x04\xb1\x33\x63\xd7\x03\xf6\xce\x00\xbb\x4c\x06\x54\x81\xeb\xea\xb9\xd0\x5a\xb4\x56\x5d\x99\xe6\xc3\xce\x62\xf5\x36\xa2\xd7\x0e\xa8\x2e\x16\xcc\x56\x3f\x9a\x59\x5b\x34\x0b\x10\x34\xdf\x44\x31\x07\x42\xf3\xb6\x55\x18\xba\xd4\x8e\x9c\x52\xbc\xf9\xa6\x97\xd5\x21\x9a\xef\x86\xa9\xa7\x68\xde\xa4\xe6\x2f\x8c\x60\x2b\x4a\x80\xb4\x64\x7c\x90\x78\x38\x3f\x4a\x8b\xc0\x77\xf2\x0b\x23\x92\xfa\xcd\xd0\xb4\xf0\xa9\x16\xa7\x45\x93\x06\x79\x9a\x1b\xda\x03\x75\x9d\x40\x2d\x87\x57\xc3\x53\xda\xf0\x16\x41\xea\xec\xf0\xf5\x4c\xbd\x33\xa6\x2e\x97\x04\x55\xa8\xba\x86\x74\x68\x2d\x56\x47\xbc\x99\xea\xc6\xce\x82\xf5\x56\x02\xd8\x0e\xb2\x2e\x31\x3b\xba\x7e\xb3\xba\x70\x74\x0b\x90\xb6\xd8\x15\x30\x07\x6a\x8b\xc6\x55\x58\xbb\xd4\x96\xb4\x52\x06\x88\xad\x1c\xab\xc3\xb6\xd8\xe3\x51\x4f\xdb\xa2\x4d\xdd\x5f\x18\x21\x96\x94\x00\x6e\xd9\x03\x41\xf2\xf1\xfc\xc8\x2d\x65\x40\x37\xbf\x30\x22\x1b\xd0\x0c\x75\x4b\x7e\xd5\x62\xb7\xd4\xa6\x41\xee\x96\x37\xa8\xed\xc1\xbb\x3e\xf0\x56\x22\xac\xb9\xac\xe8\x23\x5c\x04\xbd\x73\x44\xb0\x67\xef\x9d\xb1\x77\xd9\x3c\xa8\x42\xdf\x75\x64\x44\x6b\xf1\x3b\xea\xd0\x74\x4f\x76\x16\xc0\xb7\x13\xc3\x76\x10\x78\xa9\x39\xd2\x75\x06\x2f\x1e\xe0\x02\x10\x2e\xed\x74\x97\x83\xc2\xa5\xd6\x55\x30\xbc\xd4\xbe\xab\x52\x1a\x48\x7b\x14\x36\xf3\x7b\x85\xf9\x08\x5e\xda\xf6\x50\x8f\xf0\x52\xa3\xb2\x0c\xaf\x85\x78\xea\x87\x12\x14\xaf\x38\x30\xd0\x9c\xc8\xcf\xf1\x72\x12\x35\xf7\xfb\x83\x8d\x92\xbc\x62\x42\x33\x28\x2f\xfb\x56\xcb\xf2\x72\xa3\x06\x61\x5e\xd9\xc4\xb5\xa7\xf9\xfa\x68\x5e\x0d\xb2\xe6\x12\x95\x12\xe4\x22\x3c\x9f\x27\x88\x3d\xd0\xef\x0c\xe8\xcb\xa7\x42\x15\xa4\xaf\x25\x29\x5a\xcb\xf4\x31\x9f\x66\x38\xb3\xb3\x54\xbf\xa5\x30\xb6\x03\xeb\x4b\xce\x94\xae\x83\x7d\x89\x18\x17\x79\x1e\x53\xec\x74\x98\xe7\x81\x4c\xd1\xba\x0a\xd9\xd7\xbd\x31\xa9\x84\x7c\x5b\x23\xfd\x4a\xfb\x9a\x26\x94\x09\x12\xbd\x49\x65\xc2\xa1\xd8\x91\xf3\x75\xbd\x3f\x70\xae\x42\x92\x42\x8d\xdc\x51\xec\xb7\xcb\x7f\x49\xda\xbb\x56\x4d\x79\x76\x99\xc5\xbf\x8a\x2e\x5f\x69\xf3\xfd\xd8\xb9\x12\xc0\x40\x73\xa2\xc0\x23\xa6\x52\x52\x77\xb4\xd2\x50\x4c\x68\x72\x2b\x9d\x8c\x4a\x43\x6e\xd4\xe4\x73\xa6\x72\x5e\xf5\x95\x46\xdd\xfb\xf5\x64\x5c\x34\x53\x82\x5c\xe8\x51\xd3\x1c\x41\xec\x2b\x8d\x9d\x55\x1a\xe5\x53\xa1\xd2\xd3\xa6\x75\x24\x45\x6b\x2b\x8d\x98\x4f\x33\x9c\xd9\xd9\x4a\x63\x4b\x61\x6c\x47\xa5\x51\x72\xa6\x74\xbd\xd2\x28\x11\xe3\x02\x5b\x40\x0a\xb6\x99\x4e\xda\xb5\x1b\xa4\xac\x59\x95\xb2\x66\x60\xbc\x90\x4c\x9e\x52\x27\x46\x7a\xed\x65\xa1\x93\x65\xf4\x78\x3e\x03\x37\x0e\x47\xdd\x28\x7f\xc2\xaa\x27\xdb\x8b\xaa\xd9\xad\xad\x86\xa6\x59\x45\x50\xb3\x95\xcc\x74\x5f\x0a\x98\xa4\xba\x65\xda\x97\x2b\x9d\x2d\x57\x52\x62\xd7\x57\x29\x3f\x58\x95\x52\x25\x17\xfa\xe2\x64\xd7\xc5\x49\xb3\xd1\xeb\x6b\x92\x1d\xd6\x24\xf9\x43\x9b\xb7\x14\xd1\x30\x4a\x8e\xea\x40\x69\x5f\x5f\xa1\xa0\x88\xdd\xdf\x9a\x41\x06\xef\xa4\xd2\x21\xd3\x0d\xdd\xaa\x22\xb8\x43\xe3\x1f\xa2\x44\x2c\x6d\x6d\xe1\xa0\xce\x8f\x06\xb7\x8c\x6d\xb6\x00\x89\x98\xb1\x17\xb5\x88\x24\x3f\x5e\x94\xc4\x67\x52\x5f\x9f\x74\xb0\x3e\xc9\x17\xc6\xbe\x54\xf9\xc1\x4a\x95\x9a\xd2\xa2\xaf\x5a\x76\x5d\xb5\x6c\x2d\x90\x7d\x01\xb3\xc3\x02\xa6\x54\x94\x13\x6a\x19\x11\x66\xcb\xb1\x2d\x07\xc5\x5d\x3b\x31\x1c\x46\xc0\x43\x8a\x4d\x64\x7f\x25\xea\x21\x8c\xd0\xf9\xe2\x2b\x77\xf5\xac\x3b\xc7\x04\x83\x50\x3c\xc2\x38\x7c\x04\xcb\xc0\x00\xe0\x24\xd0\x9e\x66\x16\x2d\x57\x12\x0a\x00\x1a\xa7\xe8\x47\x07\x5c\x39\xea\x40\x22\x91\xe7\x97\xa0\xbd\xcb\xf0\x10\x5b\x27\x19\xcf\x0f\x4e\x2c\xc7\xf2\x27\x83\x43\xa1\xea\x88\x54\x66\xd6\xad\x31\x14\x72\xde\x1a\xce\xda\xb6\x57\xbe\x2b\x32\xd3\xbf\x77\x97\x7f\xd0\xd0\xba\x6b\xc7\xb7\x1e\xd0\x0c\xb9\xee\xd2\x0d\x06\x60\xc7\x47\x64\xaf\x90\x7b\x74\xc4\x1d\x3a\x10\xc0\x1c\x46\x38\xee\xfe\x40\xad\x42\x68\x1a\x45\xf4\x55\x93\x74\x81\x7c\xd3\xb2\x8f\x8e\x2a\x26\x6a\xee\x24\x05\x23\xc0\x84\xd4\xfc\xa1\x9f\x01\x2a\xf9\xe3\x85\xc2\x31\x13\xcf\xe0\xe0\x12\xdc\x55\x5b\xfc\x75\xdf\x91\x4b\xde\xeb\x0e\xbf\xf4\xb8\x9f\xc5\x1e\xc1\x54\x27\xd2\x11\x69\x76\x07\x26\x5d\x79\x19\x78\x48\xcd\x48\x9b\x11\x19\xdb\x03\x7b\xa3\xa8\xa1\xf4\x06\xc0\x04\x34\x98\x2f\x17\xf0\x8a\xeb\x49\x0d\xfb\x6d\x7a\x3e\x1c\xc0\xff\x5e\xfe\x1c\x9a\x58\x25\x91\x04\x57\xe5\x9a\x1c\x83\xe1\xef\xef\x3f\xc5\xbe\x75\x39\xfa\x32\x08\x25\x29\xce\x61\xfa\x87\x2b\x12\x4d\x9a\x8d\xf1\xea\x95\x81\x33\xd3\x5b\x41\x11\x12\x66\x6e\xfc\x86\x0b\x61\xcd\x30\xc1\xd4\xd2\x40\x21\x07\x39\xbd\x08\xf0\x90\xe5\x49\xb3\xf4\x24\xc7\x88\x72\xe6\xf7\x8a\x89\xc8\xc1\x9c\x66\x23\x28\x27\xad\x43\x8c\x01\xc5\x32\x74\x4e\x8f\x44\x1d\x2d\x99\x90\xb0\x0c\x71\x31\x65\x57\x21\xe6\x43\x69\x11\xca\xbd\x72\x88\x85\x83\x47\xe2\x80\xaf\x19\x6a\x6d\x15\x5d\x41\x26\xc3\xef\x38\xc7\x37\xf1\x28\x5f\xf3\x18\x5f\x8b\xca\xaa\x74\x80\x7f\x84\x10\xde\xc5\x43\x18\x4e\xff\x7c\x91\xbc\x16\x71\xe4\x0e\xe7\x21\xac\x76\xef\x85\xfe\x63\x65\x47\x62\xbc\x93\x66\xb5\x5c\x6d\x25\xd3\x86\x26\x09\xd2\xb4\xd5\xb3\x47\x0d\x73\x3d\x1d\x3a\xe2\x99\x22\x59\xb8\x8b\x29\x2f\x0d\x5f\x79\xe2\xcb\xc1\x12\xd3\x3f\xc9\xa4\x4a\x0b\x41\xfd\x39\xd1\xc4\x82\xd1\xa5\x3c\xb8\xd3\xe5\x41\x85\xd5\xa3\x48\x32\x68\xc2\x1e\x36\x8f\xd5\x24\xd7\xf2\x8d\x03\xed\x05\x81\x42\x70\xe1\x4b\x7e\xad\x15\x48\xea\x55\xa3\x40\x01\x22\xdb\xd2\x48\x09\x22\x1c\x5a\x43\xf4\xa5\xe8\x44\x28\x40\x94\xf2\xba\x42\x02\x17\x10\x65\xb2\x41\xb9\xfb\x90\x63\x55\x90\x3c\x9a\x72\xa9\x68\x65\x95\x2a\x9b\xba\xa3\x54\x91\x55\xa8\x29\x61\x94\x00\x6a\x17\x8c\x02\x09\x14\xa6\x07\x09\x21\xfa\xbe\x72\x95\xf2\x12\xaa\x28\x1b\x39\x6a\x01\x4a\xe3\x18\xda\xf0\xdc\x33\xfe\xe5\xad\xf1\x97\xff\x79\xfd\x17\xe3\xdf\x8d\x37\xc6\x0b\xd6\xc3\x83\x97\x6f\x46\xc6\x91\xf1\x3a\xa9\x60\xe1\x6e\x3a\x38\x08\x02\x17\x8a\x20\x64\x0c\xaf\xd1\x23\x72\x3d\x64\x8c\xaf\x58\xb3\x5f\x5d\x74\x6b\x7d\x1f\x6d\x36\xd1\xee\x41\x30\x86\x83\x01\xe4\xc5\x02\xfe\x1e\xfc\x04\x7f\x21\x66\xd0\x04\x4e\x5c\x9a\x73\x77\x49\x7b\x6e\x36\x4c\x78\x54\x26\x3e\x33\x36\xfe\x34\xa6\xcb\xdf\x56\xa0\xc5\x66\x33\x0b\x85\x9d\x7e\xbe\xbc\xfc\x7c\x05\xef\xc6\x1f\x91\xb9\x40\xee\xd9\x77\x5f\x6e\xc6\xe4\xdf\xac\x6f\x89\x94\x83\x7f\x06\x00\x00\xff\xff\x8b\x31\xa5\x60\x26\x06\x01\x00")
func assets_helper_tmpl_bytes() ([]byte, error) {
return bindata_read(
_assets_helper_tmpl,
"assets/helper.tmpl",
)
}
func assets_helper_tmpl() (*asset, error) {
bytes, err := assets_helper_tmpl_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "assets/helper.tmpl", size: 67110, mode: os.FileMode(420), modTime: time.Unix(1428656008, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
var _assets_source_tmpl = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x58\xdf\x73\xda\x38\x10\x7e\xe7\xaf\xd8\xa3\x99\x8c\xdd\x21\xe6\xdd\x24\xdc\x74\xd2\xa4\xe5\xa6\xcd\x65\xa0\x7d\x66\x14\xb3\x80\x53\x47\xe6\x24\x41\xd3\xe3\x7c\x7f\xfb\xad\x24\xff\x8c\x09\x18\x9a\x36\xb9\x9b\x7b\xc2\xc8\xd2\xee\xa7\x6f\xbf\x5d\x79\xf5\x2a\xe4\x41\xb4\x9c\x20\x9c\xae\xd7\x82\xf1\x19\x82\x77\xc5\xee\x50\x2e\x58\x80\xd7\x02\xa7\xe1\x7d\x92\xac\xd7\x5e\x92\x74\xd7\x6b\xe4\x13\xf3\xe7\x9a\x05\x5f\xd8\x0c\xf5\x3c\x33\x3e\xc4\x45\x44\xd3\xdf\x44\x11\x78\xe7\x11\x93\x52\xbf\x81\xf6\x51\x1b\xda\xe3\x76\x92\x78\xb4\xe4\x3d\xb2\x09\x8a\x8b\x7b\x95\x24\xfd\x56\x2b\x77\xf5\x16\x17\x64\x14\x79\x10\xa2\x4c\x92\x56\x1d\xcc\xd1\x4e\x34\x65\xe7\x15\x9f\x47\x55\xa7\xe9\x82\x16\x39\x99\x92\xcb\x29\x90\x9d\x8f\x2c\x10\x71\x66\x77\x70\xf5\x61\x70\x75\xd1\x7a\x45\xef\x42\x8e\x8f\xbe\x26\x2b\xe1\xb4\xb4\x85\x1a\xbe\x16\xcf\x46\xc0\x40\x6d\xad\x0b\xdf\xd9\x2a\x67\xb4\x88\x42\x05\x65\x26\xa1\xdd\x6d\xbb\xf5\xd5\xeb\x75\x38\x85\x81\x1c\xa2\x44\xb1\xc2\x09\xd0\xd0\x38\x33\x57\x31\x4c\xd3\xf0\x0f\xf0\x2e\x97\x51\x64\xcd\xdd\xb2\x15\xeb\x46\xe4\xae\x3b\x52\x22\xe4\xb3\xb6\x5e\x41\xac\x6c\xd8\x15\xd8\x19\xbe\x6f\x7f\x9d\x20\xe6\x52\x41\x30\x67\xe2\x35\xc8\x0e\x48\x35\xf1\x7d\x19\xfe\x89\x63\x1a\x8c\x97\x5c\xb9\x2d\x00\x3f\x5d\xe4\xec\x0a\x95\xef\xa7\x28\x7f\xbb\x1a\xbc\xc7\x68\x81\xc2\xf7\x27\xa8\x58\x18\xf9\x3e\xc7\xaf\xa9\x15\x72\x63\x4d\x7b\x33\x54\x8e\xeb\xd2\xe6\xcc\xb6\xf6\xc0\x6b\x61\x9a\x91\x63\x90\x3f\x02\xa3\x17\x8c\xc9\xbe\xe3\x12\x25\x9e\xe6\x83\x70\x96\xe1\xd6\xc2\xec\x0d\x78\xa8\x42\x16\xd1\x54\x21\xb7\xd0\x5f\x51\xf1\xd1\xa6\x1c\xd2\x00\x77\xcd\x29\x76\x19\x92\xc0\xef\x3b\x70\x84\x11\xde\x21\x57\xe0\x9f\x81\xf7\x46\xcc\x96\xfa\xcf\xa7\x6f\x0b\x9d\x6b\x46\x30\x76\x62\x92\x74\x20\x4f\x27\xa3\xb6\x6b\x11\xde\x11\xf0\x15\xe6\x26\xf4\xab\xf2\x33\x46\x92\x72\xdf\xf2\x5e\x45\x96\xf9\xcc\x61\x1d\xa7\xb6\x81\x74\x9b\x39\x4c\x87\x6c\x8c\xf6\xd9\xd9\x61\xf1\xfb\xfd\xe6\x16\x03\xe5\xb4\x35\xff\x0f\x8b\x57\xc9\x61\x92\xb4\x3b\x40\x93\xbc\x51\x38\xe3\x4c\x2d\x85\x1e\xd9\x87\xd4\xce\xa6\x3d\x3e\xa2\x10\x22\xda\x1b\x2d\x09\xa9\x71\xdf\x54\x1c\x0d\xb4\xb1\x91\xc0\xdb\xd8\x50\x00\xf4\xe3\x12\xe5\x37\x4c\x52\x32\x13\x68\x47\x0f\x6c\xcf\xb5\x27\xf1\xbf\x73\xc6\xf1\x31\xc4\x6a\x8e\xc2\x05\x1e\xe3\x7d\x80\x0b\x55\x81\x69\x72\xfb\x2e\x5e\x11\x60\x33\x2b\xa7\xd3\xe8\xf0\xe7\x71\x67\x04\x4b\x0f\x63\x4d\x1c\xfc\x72\x06\x9c\xea\xed\x42\x09\xf8\x15\x0e\xd1\x28\x49\x83\xfe\x5d\xf0\x95\xe3\x9e\xf4\xaf\xf0\xeb\xbb\x28\xbe\x61\xd1\x10\xa7\x4e\x1a\xa8\xd4\xfc\xcb\x0d\x91\xe5\x42\x0f\x7b\xfa\x51\x03\x05\x28\xfe\x43\xce\x50\xef\x3b\x37\xf0\xf7\xee\x1d\x58\xe7\x94\x58\x8e\x9a\x87\xf2\xa4\x6f\x00\x14\x31\xd2\xc1\xd3\x13\xe0\xfb\x43\xf5\x96\x8a\x80\xc2\x22\x5a\x85\x3f\xb7\x47\x1e\x92\x8d\x87\xc1\x47\x54\xf3\x78\x62\x53\x5d\x67\xff\x40\x8e\x14\x53\x61\xd0\x58\xbf\x43\xa4\x9a\xc4\x75\xad\x29\x36\xdd\xf0\xec\xf0\x6c\x7d\xab\x7d\x4d\xd8\xe1\xec\x8b\xe2\xdf\x78\x82\xe8\x88\x1a\xa7\xf4\xcd\x56\x61\x68\x15\x87\x13\x5a\x2c\xcc\x50\x01\x6f\xff\xc8\x07\x2c\x8a\x6c\xa4\x6c\x04\x4f\x77\x47\xa5\xdf\xfc\xac\xf9\x71\x07\x4f\x6f\xff\x0a\xf9\xbf\xc2\x9e\x4d\x61\x7b\x68\xab\xa8\x36\x3f\x49\x42\xb6\xdb\xa8\x15\xb4\xcb\x10\xa3\x4a\x3d\xbb\xe0\xcb\xbb\xc6\x5a\x3b\x40\x65\x54\x83\xd3\xed\xc2\x5f\x30\xe2\xec\x0b\x9e\xd3\x17\x02\x3d\x7f\x5e\xe8\x0f\x29\x1a\x8f\xf4\x40\x92\x68\x20\x06\x5d\x7a\x26\xe4\x21\x3a\xa8\xee\xdb\xe4\x37\xf6\x4e\xb7\xed\xe1\x29\xb2\xfe\x61\xd6\xd6\x0e\x0a\xad\xc3\x58\xe9\xc1\xcb\x90\xb3\x68\x0b\xdd\x5a\x9e\x8d\x68\x95\x4d\x69\x2d\x11\xe1\xd4\xd2\xd0\x90\x61\x88\xcc\x1e\x1e\x4d\xc0\x07\xbc\xe5\xd9\x77\x9f\x25\xdb\xfe\x61\x92\x95\x30\x3d\x41\x20\x3a\x84\xa6\x2a\xff\xe7\x16\x75\x79\x7f\xff\x01\x59\x3f\x9b\x8a\x5f\xaa\x7e\x2d\xae\xc6\xc5\xfd\xe5\x09\x34\x95\x26\x18\xc6\x9e\x40\xa0\x4d\xa4\xd9\x98\xae\x8d\x67\xd9\xfe\xf7\x67\x5b\xaf\xa3\x62\x42\xce\x54\x2c\xca\x57\x51\x15\x3e\xd8\x52\xc5\x80\x7c\x45\x6d\xd1\xe6\xd6\xa2\x97\x4d\xa2\xc5\x34\x49\x60\xc8\x15\x8a\x05\xf1\x38\x0e\x98\x54\xa7\xb7\xd6\x68\xff\x61\xc7\x61\x45\x6a\x56\xde\x7c\x53\x28\x69\x2d\xb9\x39\xe9\xbf\xd3\x69\xae\x57\x7c\xfe\x74\x79\x3e\x67\x42\x52\x27\x2d\x3a\x79\x47\xa4\x97\x96\xb0\x92\x3f\xb9\x36\xeb\x3b\xa6\x4f\x92\xa6\x42\x58\xcf\xba\x0d\xd7\x77\x93\xe5\xf9\xd9\xad\x20\xbd\xea\x3b\x35\x7f\x1f\x90\xcf\xd4\x5c\x3b\x74\xdd\x44\x7b\x32\x33\x86\xf4\x0d\x42\x6a\xd9\x84\xca\x78\x36\x98\x52\xdd\x10\x9c\x5e\xb5\x95\x3a\xac\x7b\x3c\x6e\xd2\x60\x66\xc1\x3b\x6b\xd4\x09\x8b\xb9\x2c\xfa\xe0\xe2\x13\xb1\x72\xa5\x93\x5f\x5f\x94\x8d\x17\x37\x19\xda\x84\xdb\xcb\xca\x4c\xa9\x65\x3d\xd3\xd6\x4d\xfb\x6c\xb8\x48\x9f\x4b\xad\x74\x46\x48\x4e\xd4\x6b\xbd\x3a\xed\xb0\xb7\xde\x30\x53\xd6\x0e\x71\x85\x42\xa2\xbe\x6b\x4e\xa0\xdb\x85\x7d\x2e\x9c\x6b\xf7\xd8\xa9\xb1\xda\x35\xf8\x63\xd6\x73\x13\xff\x04\x00\x00\xff\xff\xdf\xa5\xb5\xda\x78\x18\x00\x00")
func assets_source_tmpl_bytes() ([]byte, error) {
return bindata_read(
_assets_source_tmpl,
"assets/source.tmpl",
)
}
func assets_source_tmpl() (*asset, error) {
bytes, err := assets_source_tmpl_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "assets/source.tmpl", size: 6264, mode: os.FileMode(420), modTime: time.Unix(1428656269, 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)
}
// 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){
"assets/.DS_Store": assets_ds_store,
"assets/.header.tmpl.swp": assets_header_tmpl_swp,
"assets/header.tmpl": assets_header_tmpl,
"assets/helper.tmpl": assets_helper_tmpl,
"assets/source.tmpl": assets_source_tmpl,
}
// 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 name := range node.Children {
rv = append(rv, name)
}
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{
"assets": &_bintree_t{nil, map[string]*_bintree_t{
".DS_Store": &_bintree_t{assets_ds_store, map[string]*_bintree_t{
}},
".header.tmpl.swp": &_bintree_t{assets_header_tmpl_swp, map[string]*_bintree_t{
}},
"header.tmpl": &_bintree_t{assets_header_tmpl, map[string]*_bintree_t{
}},
"helper.tmpl": &_bintree_t{assets_helper_tmpl, map[string]*_bintree_t{
}},
"source.tmpl": &_bintree_t{assets_source_tmpl, 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, "/")...)...)
}