mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
262 lines
14 KiB
Go
262 lines
14 KiB
Go
package resources
|
|
|
|
import (
|
|
"bytes"
|
|
"compress/gzip"
|
|
"io"
|
|
)
|
|
|
|
// index_html returns raw, uncompressed file data.
|
|
func index_html() []byte {
|
|
gz, err := gzip.NewReader(bytes.NewBuffer([]byte{
|
|
0x1f,0x8b,0x08,0x00,0x00,0x09,0x6e,0x88,0x00,0xff,0xb4,0x59,
|
|
0x6d,0x6f,0xe3,0xc6,0x11,0xfe,0xde,0x5f,0xc1,0x30,0xe8,0xa7,
|
|
0x90,0xd4,0xbe,0xbf,0xf8,0x24,0x17,0x57,0x5f,0x82,0x04,0x48,
|
|
0x8a,0xa0,0x41,0x8b,0x16,0x41,0x50,0xd0,0x14,0x2d,0xb1,0x47,
|
|
0x8b,0xaa,0x48,0xdb,0x77,0x57,0xf4,0xbf,0xf7,0x99,0x5d,0x52,
|
|
0xb6,0x65,0x59,0x76,0x2e,0xad,0x00,0x9d,0x38,0xe4,0xee,0xec,
|
|
0xbc,0x3c,0xf3,0xcc,0xd0,0x37,0xff,0x62,0xd9,0x55,0xc3,0xc7,
|
|
0x6d,0x9d,0xac,0x87,0xeb,0xf6,0xfc,0x77,0xf3,0x2f,0xf2,0xfc,
|
|
0xe7,0xe6,0x2a,0x69,0x87,0xe4,0xbb,0xaf,0x13,0xfb,0xcb,0x79,
|
|
0x12,0x3e,0x73,0x7a,0x9a,0x54,0x6d,0xd9,0xf7,0x8b,0x74,0xd3,
|
|
0xe5,0xff,0xec,0xb1,0x22,0x6f,0x6a,0x1f,0x7f,0x5c,0xfc,0xb1,
|
|
0xe9,0x79,0x32,0xff,0xe2,0xe7,0x7a,0xb3,0x6c,0xae,0x7e,0xc9,
|
|
0xf3,0x7b,0x6d,0x0f,0x55,0xbd,0x42,0xdb,0x09,0x35,0xee,0x35,
|
|
0x6a,0x9e,0xdb,0xbf,0x1a,0x46,0x15,0x74,0xe3,0xfc,0xc8,0xfe,
|
|
0xb0,0x31,0xcf,0x1f,0x6d,0xa6,0x73,0xea,0x72,0x49,0x17,0xb8,
|
|
0xbc,0xae,0x87,0x32,0xa9,0xd6,0xe5,0xae,0xaf,0x87,0x45,0x7a,
|
|
0x33,0x5c,0xe5,0xb0,0xf6,0xc1,0xa3,0xf5,0x30,0x6c,0xf3,0xfa,
|
|
0x5f,0x37,0xcd,0xed,0x22,0xfd,0x5b,0xfe,0x97,0xb7,0xf9,0x45,
|
|
0x77,0xbd,0x2d,0x87,0xe6,0xb2,0xad,0xd3,0xa4,0xea,0x36,0x43,
|
|
0xbd,0xc1,0xbe,0xef,0xbe,0x5e,0xd4,0xcb,0x55,0x3d,0xed,0x1c,
|
|
0x9a,0xa1,0xad,0xcf,0xeb,0xa1,0x5a,0x26,0xcb,0xb2,0x5f,0x5f,
|
|
0x76,0xe5,0x6e,0x39,0x9f,0xc5,0xbb,0x0f,0x74,0x6f,0xca,0xeb,
|
|
0x7a,0x91,0x2e,0xeb,0xbe,0xda,0x35,0xdb,0xa1,0xe9,0x36,0x0f,
|
|
0x34,0xa6,0x4f,0x17,0xde,0x36,0xf5,0xdd,0xb6,0xdb,0x0d,0x0f,
|
|
0x56,0xdd,0x35,0xcb,0x61,0xbd,0x58,0xd6,0xb7,0x4d,0x55,0xe7,
|
|
0x41,0x98,0xf6,0xb5,0xcd,0xe6,0x7d,0xb2,0xde,0xd5,0x57,0x8b,
|
|
0x94,0x5c,0x38,0x9b,0xcd,0xae,0xb0,0xa9,0x2f,0x56,0x5d,0xb7,
|
|
0x6a,0xeb,0x72,0xdb,0xf4,0x45,0xd5,0x5d,0xcf,0xaa,0xbe,0xff,
|
|
0xc3,0x55,0x79,0xdd,0xb4,0x1f,0x17,0x3f,0x75,0x37,0xbb,0xaa,
|
|
0xfe,0xea,0xa7,0x72,0xd3,0x7f,0xf5,0xe3,0xae,0x3b,0x13,0x8c,
|
|
0x65,0x12,0x5f,0x15,0xbf,0xcd,0x50,0xb6,0x4d,0x95,0x19,0x48,
|
|
0x16,0x5f,0xcf,0x58,0x9a,0xec,0xea,0x76,0x91,0xf6,0xc3,0xc7,
|
|
0xb6,0xee,0xd7,0x75,0x0d,0xc3,0x08,0x78,0x8b,0x74,0xa8,0x3f,
|
|
0x0c,0xa4,0xf9,0x37,0xdb,0x72,0xd1,0x2d,0xeb,0x60,0x0b,0xd9,
|
|
0xa0,0xf1,0x1d,0x4f,0x7f,0xf5,0xc9,0x61,0x45,0xbc,0xa6,0xcf,
|
|
0x65,0xb7,0xfc,0x98,0xfc,0x7b,0x2f,0xd2,0x67,0x5b,0x2e,0x97,
|
|
0xcd,0x66,0x75,0x96,0x48,0xb6,0xfd,0xf0,0xe6,0xd1,0xa3,0xeb,
|
|
0x72,0xb7,0x6a,0x36,0x67,0xc9,0xa3,0x07,0xff,0xd9,0x5f,0xad,
|
|
0xf9,0x81,0x2a,0x72,0x2a,0x8f,0x0e,0x9c,0x25,0x69,0x74,0x21,
|
|
0xa1,0x70,0x26,0x70,0x21,0xcd,0x92,0xf4,0xdb,0xba,0xbd,0xad,
|
|
0x87,0xa6,0x2a,0x93,0x3f,0xd5,0x37,0x35,0xee,0xec,0x6f,0x64,
|
|
0xc9,0xdb,0x5d,0x53,0xb6,0x59,0xd2,0x63,0x79,0xde,0xd7,0xbb,
|
|
0xe6,0xea,0xcd,0x53,0xdd,0x77,0x75,0xb3,0x5a,0x0f,0x67,0x09,
|
|
0xa2,0xf1,0xac,0xa5,0xe1,0x2b,0xc6,0x8b,0x37,0xc7,0x5d,0x7d,
|
|
0xc6,0xa1,0xe6,0x6a,0x07,0x9c,0x1d,0x38,0x75,0xd9,0xed,0x96,
|
|
0xf5,0xee,0x2c,0xd9,0x74,0x9b,0xfa,0xe1,0xa6,0xfd,0x65,0x79,
|
|
0xb0,0xa1,0xea,0xda,0x0e,0xeb,0xbf,0xe4,0xb5,0xa9,0x2b,0xfe,
|
|
0xd8,0x02,0x4a,0x4f,0xbe,0xac,0xab,0x6e,0x57,0x12,0xdc,0x4f,
|
|
0x69,0x3d,0x5b,0x77,0xb7,0xf5,0xee,0x40,0xf7,0x93,0xfd,0x37,
|
|
0x1b,0x18,0x07,0x78,0x1d,0x57,0x72,0xd4,0xa1,0x18,0xab,0xfc,
|
|
0xb2,0x1b,0x86,0xee,0xfa,0x30,0xed,0x4f,0x37,0x7f,0xf5,0x2a,
|
|
0x2d,0xcf,0x29,0xf9,0xf2,0xaa,0xeb,0x86,0x27,0x6e,0x84,0x42,
|
|
0x3d,0x4b,0x38,0x63,0xbf,0x3f,0x92,0xe5,0xff,0x13,0x82,0x46,
|
|
0x8b,0x87,0x6e,0x7b,0x16,0xf0,0x71,0xd4,0xde,0x60,0x33,0xc2,
|
|
0x5b,0x77,0x7d,0xde,0x76,0xab,0xee,0xc0,0xf0,0x7b,0x3d,0x64,
|
|
0x3d,0x30,0x56,0xde,0x0c,0x5d,0xc2,0xc2,0xcf,0x9b,0x27,0x2b,
|
|
0xd7,0x23,0x5c,0x9f,0x56,0xd6,0x83,0x20,0xb8,0x27,0x0f,0x0f,
|
|
0xcc,0x79,0x62,0x52,0x7f,0xbb,0x3a,0x62,0x56,0x08,0x5f,0xd3,
|
|
0xb6,0x40,0x9e,0xf7,0xfe,0xe9,0x71,0xd1,0xf4,0x0f,0xf9,0x7d,
|
|
0xec,0x8f,0x19,0x45,0x9f,0x65,0xd3,0x6f,0xdb,0x12,0x09,0x68,
|
|
0x36,0x84,0xac,0xfc,0xb2,0xed,0xaa,0xf7,0xc7,0x97,0x02,0xa1,
|
|
0x14,0xfb,0x36,0x07,0x35,0xae,0x10,0x93,0xeb,0x66,0xb9,0x6c,
|
|
0xeb,0xa7,0x6b,0x0f,0x23,0xbc,0xed,0xee,0xea,0x5d,0xbd,0xcc,
|
|
0x2f,0x0f,0xd9,0x28,0x78,0x41,0x20,0xe8,0x9b,0x4f,0x35,0xac,
|
|
0x14,0xc7,0x8c,0x9c,0x2a,0x4c,0x4a,0xf9,0x6c,0x58,0x9f,0x62,
|
|
0xeb,0x57,0xb8,0xf6,0x5a,0xb7,0x82,0x8e,0x29,0xcb,0xdc,0x1f,
|
|
0x3b,0x31,0x54,0xec,0xa8,0xa6,0x42,0xcb,0xaa,0x77,0x87,0xc9,
|
|
0xa6,0x7f,0xe7,0xb3,0x91,0xa8,0xe7,0xb3,0xd8,0x9a,0xe7,0xc4,
|
|
0xd4,0x23,0x87,0xaf,0x79,0xec,0xa4,0xef,0xee,0x3b,0x29,0x6e,
|
|
0xc5,0x67,0x63,0x6d,0xf6,0xbb,0x8a,0xba,0x41,0x89,0x9e,0x42,
|
|
0x23,0x40,0x9a,0x04,0x75,0x63,0x7b,0x1c,0x83,0xb1,0x87,0xa3,
|
|
0x0a,0xa9,0x4f,0xcf,0xe7,0xb3,0xb8,0xfb,0x88,0xaa,0xcb,0x5d,
|
|
0x77,0x87,0x12,0xfa,0x7c,0x65,0xcb,0xe6,0x36,0x69,0x96,0x8b,
|
|
0x34,0x96,0x7f,0x7a,0xdf,0x81,0xf6,0x4f,0xee,0x21,0x90,0x9e,
|
|
0xff,0x18,0xaf,0x13,0xc0,0x61,0x5e,0x3e,0x68,0x94,0x3d,0x3a,
|
|
0xe5,0xaa,0x19,0xd6,0x37,0x97,0xb1,0x3f,0x86,0x22,0x98,0x51,
|
|
0x30,0xd2,0x10,0x92,0xf9,0xac,0xc4,0xc1,0xd0,0x78,0x44,0xff,
|
|
0x83,0x8a,0x79,0x70,0x7c,0x58,0x52,0x3e,0xee,0xc5,0x71,0x25,
|
|
0x9d,0x70,0xb0,0x30,0x2c,0xa6,0x6a,0x03,0x1e,0x7a,0xd0,0xed,
|
|
0x22,0xe5,0x05,0x4f,0x83,0xf6,0xef,0xcb,0x8f,0xf5,0xee,0x1f,
|
|
0x10,0x3e,0x5c,0xb7,0x9b,0x7e,0xaf,0xea,0xee,0xee,0xae,0xb8,
|
|
0x93,0x45,0xb7,0x5b,0xcd,0x30,0x3d,0xb0,0x19,0x36,0x8f,0x4b,
|
|
0xce,0x3e,0xd0,0x10,0x70,0x6c,0x21,0x47,0xb9,0xce,0xc2,0x53,
|
|
0x2c,0x5d,0xa4,0x08,0x67,0x9a,0x7c,0x8c,0xbf,0x47,0x6b,0x2e,
|
|
0xd9,0xee,0x6a,0xe4,0xe6,0xb6,0x7e,0xdb,0x6f,0xeb,0x6a,0xf8,
|
|
0x33,0x75,0x82,0x45,0xfa,0xe1,0x87,0x66,0xf3,0x77,0x7c,0xd3,
|
|
0x84,0xa6,0xa4,0x3f,0x76,0xa4,0x09,0xc4,0x64,0xbd,0x00,0xfd,
|
|
0x98,0x34,0xa9,0x37,0x25,0x26,0xb6,0xfc,0xb2,0xac,0xde,0xaf,
|
|
0x76,0x1d,0xda,0x06,0x06,0xc4,0xfa,0x2e,0x79,0xb4,0x06,0x86,
|
|
0x9e,0xf5,0xdb,0xb2,0x42,0xae,0xa7,0x33,0x8e,0x45,0x64,0xf5,
|
|
0xf4,0xde,0xa9,0xfb,0xe1,0x19,0x26,0xc6,0x75,0xa0,0xa7,0x45,
|
|
0xfa,0xa5,0x96,0x6f,0xe5,0xbb,0xb7,0x69,0x02,0x13,0x7e,0xe0,
|
|
0xd2,0x14,0xdc,0xb8,0x4c,0xe9,0x42,0x0b,0x7b,0x61,0x4d,0xe1,
|
|
0xfc,0x24,0x65,0xc2,0x15,0xc6,0xf9,0xcc,0xcb,0xc2,0x4a,0x3f,
|
|
0x49,0x5c,0xcb,0x0a,0xb3,0x90,0x2f,0x84,0xd1,0x99,0x72,0x85,
|
|
0x60,0xb8,0xc7,0x6c,0xa1,0xac,0x1a,0x7f,0xf7,0xf2,0xb3,0xe6,
|
|
0xd0,0xa7,0x22,0x15,0x5a,0x64,0x2c,0xae,0x36,0x3a,0x7f,0xa8,
|
|
0x0c,0xe2,0xa8,0xe4,0x42,0x28,0x59,0x18,0x29,0x27,0x33,0xb8,
|
|
0xd7,0x85,0x12,0x93,0x89,0x8f,0xed,0xff,0x94,0xce,0x5e,0x19,
|
|
0x83,0x6f,0xb8,0x61,0xe6,0xdd,0xe3,0x18,0x68,0x5d,0x48,0xe7,
|
|
0xab,0x9c,0xdb,0x42,0x38,0x99,0xb1,0x5c,0xf2,0xc2,0x2b,0x9e,
|
|
0x09,0x5b,0x18,0xa5,0x73,0x89,0xdb,0x52,0x67,0xc6,0x14,0xcc,
|
|
0x60,0x15,0xc3,0x1e,0x58,0x83,0x7b,0x06,0xd7,0xa0,0xc2,0x4c,
|
|
0x14,0xca,0x59,0x5c,0x2b,0xeb,0x32,0xd8,0xaa,0xcc,0x69,0xff,
|
|
0xb1,0xd2,0x0a,0x99,0x41,0x9d,0xb2,0x39,0xf4,0x70,0x99,0x71,
|
|
0x01,0x45,0xf0,0xbc,0x50,0xda,0x65,0xdc,0x15,0x8e,0xb9,0x70,
|
|
0x10,0x47,0x2e,0x0a,0x6f,0x04,0x5d,0x5b,0x9d,0xe9,0xc2,0x6b,
|
|
0x33,0x5e,0xbb,0xc2,0x3b,0x87,0x84,0xc8,0x82,0x09,0x9f,0xb1,
|
|
0x82,0x61,0xa7,0x19,0xaf,0xa7,0xe7,0xfa,0xb4,0x21,0xac,0x10,
|
|
0x0a,0x7e,0xc1,0x6e,0x64,0x03,0x31,0xd6,0x64,0x87,0x35,0x48,
|
|
0xe7,0xde,0x0e,0xce,0x2b,0x57,0x70,0x46,0xb7,0x98,0x82,0xd7,
|
|
0x06,0xcf,0xc9,0x79,0x6b,0x10,0x1e,0x0d,0x3b,0xc9,0x40,0xe6,
|
|
0x7d,0x25,0x0b,0x8f,0x6b,0x1c,0xad,0x4c,0x66,0x0b,0x17,0x34,
|
|
0x0a,0xc4,0x86,0xf3,0xf1,0x01,0x84,0xd3,0xd6,0x28,0x18,0x8f,
|
|
0xe0,0x67,0x0e,0x0e,0x32,0xe7,0x68,0xa7,0xf3,0x3a,0x0f,0x3b,
|
|
0x2b,0x4f,0xc7,0x87,0x70,0xe3,0x81,0x2d,0x2c,0x73,0x08,0x16,
|
|
0xd3,0xc1,0x06,0xee,0xf3,0x68,0x03,0xc3,0x86,0x10,0x2a,0x4e,
|
|
0xf6,0x5a,0x1b,0xf6,0x02,0xbf,0x85,0xd1,0x61,0xaf,0x71,0xa7,
|
|
0x2d,0x90,0x48,0x9e,0x56,0xb9,0x42,0x0a,0x33,0x1d,0x92,0x9e,
|
|
0x73,0x8d,0x1f,0x31,0x49,0x00,0x84,0x12,0xee,0x42,0xd0,0x42,
|
|
0x6b,0x32,0xef,0xa3,0xa1,0x1e,0x06,0x5b,0x3e,0xc2,0x28,0x7b,
|
|
0x8c,0xaa,0x5f,0x81,0xcc,0xf0,0x19,0x91,0x89,0x7a,0xd4,0x40,
|
|
0x20,0x87,0x7f,0x3a,0x82,0xce,0x5b,0x4f,0xf8,0x10,0x8e,0x9c,
|
|
0x15,0xe4,0xb2,0xf5,0x26,0x97,0x08,0xb8,0x83,0xc5,0xc8,0x53,
|
|
0xee,0x02,0x3a,0x38,0x2b,0xb4,0xb6,0xb9,0x10,0x85,0xf0,0x36,
|
|
0x40,0xda,0x44,0x08,0x0b,0x35,0x4a,0x2f,0xa0,0x53,0x15,0x0e,
|
|
0x41,0x63,0xb9,0x27,0xd5,0xc8,0xa5,0x62,0x50,0x13,0xb3,0x08,
|
|
0x44,0x78,0x46,0x85,0x82,0x70,0x9b,0x4c,0x15,0xda,0xe1,0x3c,
|
|
0x94,0x8a,0xcd,0xfc,0x98,0x06,0xe5,0x01,0x22,0xd4,0xa9,0x0f,
|
|
0xf8,0x55,0x08,0x1d,0x56,0x69,0x8e,0x6b,0x03,0xd6,0xf0,0x85,
|
|
0xf4,0xd3,0x35,0x57,0x10,0xfc,0x49,0x5b,0xfa,0x08,0x21,0xe8,
|
|
0x56,0x84,0xea,0xfd,0x2e,0x53,0x91,0x52,0x95,0xc5,0x03,0xa0,
|
|
0xd4,0xd9,0xf0,0x58,0xd1,0x63,0xc5,0x44,0x14,0x2a,0x5d,0x30,
|
|
0xb0,0x0a,0x0b,0xfb,0x45,0xc0,0x82,0x18,0xf7,0x07,0x13,0x5e,
|
|
0x60,0x29,0xc4,0x91,0x71,0x32,0x96,0x3c,0x02,0x03,0x6a,0x09,
|
|
0xf7,0x1c,0x0a,0x4b,0x00,0x1f,0x56,0xe7,0x70,0x12,0x41,0xa7,
|
|
0x22,0x36,0x78,0xa0,0x19,0xc7,0x39,0x06,0x31,0xd6,0x85,0xe1,
|
|
0x7a,0xbc,0x0e,0x35,0x78,0xc1,0x9d,0x42,0x0d,0xa3,0x14,0x14,
|
|
0x14,0x90,0x0d,0x0e,0xc8,0xa6,0xfa,0x02,0x8c,0x24,0xe1,0xe7,
|
|
0x71,0xb2,0x3f,0x3d,0xd3,0x7d,0xc6,0xcf,0x33,0x70,0x9a,0xcf,
|
|
0x7e,0x6b,0x77,0x10,0x92,0x7f,0x23,0x58,0xc4,0x9f,0x54,0x40,
|
|
0x81,0x87,0x49,0x8c,0x88,0x45,0x56,0xe0,0x05,0xed,0x34,0x62,
|
|
0x09,0x58,0x39,0x6e,0xc0,0x19,0x1c,0x85,0x28,0xa8,0x17,0xc0,
|
|
0x1f,0x50,0x90,0x11,0x2d,0x21,0x8f,0x51,0x0e,0x78,0x21,0xc5,
|
|
0x4b,0x14,0x88,0xda,0x40,0x40,0x75,0xc1,0x51,0xb0,0xd8,0x00,
|
|
0xc2,0x42,0xb0,0x00,0x9e,0x9c,0x53,0xa5,0xf3,0x28,0x00,0x68,
|
|
0x66,0x04,0xa3,0x20,0x70,0x53,0x08,0x51,0x5a,0x93,0x40,0xa0,
|
|
0xf6,0x1c,0x14,0x28,0x64,0xa1,0x54,0x20,0x0c,0x62,0x66,0xdc,
|
|
0x36,0xcc,0x51,0xd7,0x42,0xac,0xa3,0x70,0xda,0x18,0x00,0x5d,
|
|
0x38,0x6a,0x47,0x3a,0x10,0x0e,0xd5,0x36,0xb2,0x0c,0x02,0xe1,
|
|
0x96,0x7c,0x12,0xc2,0xb5,0xc1,0x35,0x3b,0x9e,0x40,0x95,0x06,
|
|
0xb6,0x46,0x8e,0xb5,0x77,0xc1,0x60,0x22,0x25,0xe4,0x18,0x7b,
|
|
0x03,0x11,0x45,0xa1,0xca,0x05,0xc2,0xc4,0xc9,0x7a,0x05,0xda,
|
|
0x94,0x3c,0x27,0x42,0x75,0x93,0xa0,0x89,0xb8,0x4f,0xd7,0xe2,
|
|
0x05,0x2a,0xb8,0x90,0x38,0x56,0xe0,0x78,0x69,0x32,0x09,0x05,
|
|
0x4a,0xab,0x29,0x2b,0xd9,0x41,0x96,0x5e,0x4f,0x35,0x0f,0x53,
|
|
0xad,0x10,0x63,0x6f,0x22,0xfa,0x2c,0xe3,0x15,0xfc,0x91,0xa1,
|
|
0x3b,0x83,0xc6,0x9c,0x08,0x15,0x63,0xbd,0x9c,0x24,0x05,0x76,
|
|
0xf1,0x96,0x62,0x0e,0x9c,0xab,0xc0,0x2f,0x0a,0xd4,0xa7,0xa8,
|
|
0x14,0x7d,0x7e,0xbf,0x08,0xd2,0x0b,0x08,0xc0,0x39,0xdc,0x5b,
|
|
0x6a,0xb6,0x06,0xc5,0x98,0x87,0x63,0xc4,0x28,0x44,0x05,0x17,
|
|
0xd2,0x81,0xb4,0x51,0x58,0x9c,0x64,0xaf,0x32,0x89,0x70,0x84,
|
|
0xf6,0x14,0x4d,0xcd,0x0e,0x4c,0xff,0x94,0xdc,0x3b,0xe3,0x89,
|
|
0x96,0x5e,0x60,0x3a,0x02,0x2a,0x35,0x1c,0x44,0x55,0xe8,0x31,
|
|
0xd3,0xa3,0x10,0xbd,0xab,0x18,0xf1,0xbf,0x46,0x23,0x81,0x56,
|
|
0x91,0x87,0x7e,0xa7,0xf2,0xfd,0x0a,0x08,0x3d,0x49,0xcc,0x53,
|
|
0x4a,0xb0,0xdb,0x4e,0x52,0x7c,0x78,0x3a,0xb7,0xd2,0x03,0x0d,
|
|
0x84,0x29,0x17,0x90,0x86,0xa0,0xe1,0x4c,0xb9,0x37,0x3d,0x3b,
|
|
0x70,0xe5,0x33,0x93,0x8b,0x59,0xcb,0x5a,0x8a,0x90,0x45,0x01,
|
|
0xfb,0x35,0x01,0x53,0xc9,0x16,0x43,0x87,0xa1,0xb2,0x35,0xce,
|
|
0xad,0x41,0x85,0xc2,0x83,0x2b,0x35,0x0b,0xbd,0x83,0x58,0x1e,
|
|
0x0f,0x40,0xd3,0xd1,0x75,0x2a,0x04,0x67,0x27,0xe9,0x85,0xfe,
|
|
0x59,0x78,0x49,0x85,0x84,0x89,0x42,0x6b,0x62,0x67,0x4c,0x01,
|
|
0x61,0x86,0x40,0x37,0xd6,0x56,0xb5,0xb1,0x5b,0x51,0x9d,0x59,
|
|
0xa9,0x50,0x1e,0x85,0xa1,0x16,0x6d,0x5d,0x68,0xb9,0x3c,0xcc,
|
|
0x42,0xe8,0x5c,0x08,0x21,0x77,0xf1,0xba,0xca,0x89,0x68,0xa8,
|
|
0x82,0x60,0x93,0xc6,0x85,0xa2,0x89,0x25,0x66,0xc0,0xc4,0x7a,
|
|
0x95,0xb7,0x0a,0x34,0xc0,0x4e,0xcf,0x16,0xeb,0x98,0x18,0xf1,
|
|
0xd7,0x31,0x0e,0x9f,0x17,0x4c,0x70,0x34,0x98,0xe2,0xbe,0x52,
|
|
0x50,0x95,0x3e,0x10,0xc7,0x38,0x2e,0xc2,0x1e,0x8c,0xae,0x93,
|
|
0x14,0x90,0x6c,0xc3,0x80,0x86,0x61,0x8a,0xc6,0x0f,0x4c,0x25,
|
|
0xb8,0x07,0x04,0x91,0xcf,0x36,0x0b,0x14,0xb7,0xce,0x15,0xf8,
|
|
0xe3,0x85,0x5a,0xa1,0xe8,0x51,0x1d,0x32,0x26,0x09,0x68,0x12,
|
|
0x83,0x36,0x65,0x05,0x5c,0x17,0xe8,0x98,0x8f,0x12,0x9a,0x91,
|
|
0xe1,0x01,0xd0,0xe8,0xfd,0x96,0xda,0x15,0x23,0xab,0x2c,0x99,
|
|
0x43,0x6d,0x09,0x1c,0x4d,0xe1,0xd4,0xaf,0x63,0x68,0x30,0x0f,
|
|
0x3a,0x1f,0x08,0xc6,0x3a,0xa2,0x61,0x83,0x79,0x07,0xb4,0x07,
|
|
0x4d,0x60,0x35,0x6a,0xbb,0x41,0x40,0x12,0x31,0x93,0x60,0x3c,
|
|
0x44,0x19,0x23,0xc2,0x2e,0x1f,0x69,0x30,0x5c,0x8f,0x55,0xac,
|
|
0x19,0xb5,0x35,0xaa,0x62,0x0a,0x5f,0xa6,0x85,0x0c,0x83,0xde,
|
|
0x54,0xc4,0x07,0x51,0xfd,0x74,0xd2,0xac,0xe4,0x07,0xcc,0x36,
|
|
0x64,0x3c,0x82,0x0d,0x9e,0xb2,0x86,0x4a,0x94,0xbc,0xb5,0xd4,
|
|
0x4b,0x9c,0x27,0x56,0x31,0x11,0xad,0x56,0x8a,0x51,0xaa,0x68,
|
|
0x94,0x11,0x9a,0x50,0x84,0x92,0xf2,0xd4,0xbd,0xac,0x71,0x04,
|
|
0x09,0x0a,0x6b,0x58,0xf2,0xed,0xa8,0xf6,0xf3,0xde,0x23,0x0c,
|
|
0xf8,0xd7,0x60,0xec,0xe0,0x1a,0x90,0x66,0x44,0x1b,0xe8,0x03,
|
|
0x16,0x93,0x38,0x4d,0xaa,0x4e,0x13,0xd5,0x83,0xaa,0x33,0x45,
|
|
0x23,0x9b,0x1f,0xa5,0x0a,0x63,0x84,0x33,0x94,0x2d,0xdc,0x36,
|
|
0xf4,0xb2,0xc1,0xc2,0xe0,0x30,0x4a,0x71,0xd1,0x0b,0xe3,0x7b,
|
|
0x86,0x63,0x1c,0x39,0x8d,0x63,0x50,0xa9,0x1a,0xcd,0x51,0xe6,
|
|
0x93,0x02,0x12,0x2e,0x0c,0x9c,0xa4,0xe9,0x48,0x30,0x6a,0x3a,
|
|
0x36,0xdb,0x5b,0xea,0x68,0x46,0x33,0xd9,0x81,0xe5,0x60,0x50,
|
|
0x63,0x09,0x97,0xd3,0x8d,0x17,0x0c,0xa0,0x4e,0x6c,0xc0,0xfb,
|
|
0xd4,0x96,0xf5,0xbe,0xb3,0x49,0x0c,0x5e,0x7e,0x14,0x02,0x40,
|
|
0x98,0x0b,0x00,0xc1,0x28,0xad,0x02,0xc1,0x32,0x2f,0x27,0x69,
|
|
0x5c,0xc5,0xa8,0x5d,0x63,0x9e,0x8d,0x0d,0x1e,0xa1,0x42,0x99,
|
|
0x02,0x13,0xd3,0xa2,0x20,0x9d,0xa6,0x53,0xcc,0x73,0x60,0x73,
|
|
0x01,0x4f,0x59,0x68,0xe7,0x93,0x1f,0x8e,0xf0,0x29,0xb3,0xc7,
|
|
0x6e,0xbd,0x3e,0xcd,0x78,0x65,0x56,0xef,0xfc,0x98,0x66,0xcc,
|
|
0xfb,0x96,0x5a,0xbd,0x33,0x84,0xa7,0xca,0xd2,0xa0,0x1d,0xcb,
|
|
0x98,0xbc,0x52,0x5c,0x4c,0x45,0x2a,0xd1,0x25,0x85,0x1f,0xa5,
|
|
0x2a,0x82,0x31,0x63,0xe3,0x0b,0x53,0x98,0x6d,0xfc,0x24,0x20,
|
|
0xed,0xd6,0xbc,0x18,0x67,0x60,0xdc,0x33,0x15,0x76,0x86,0x29,
|
|
0x9e,0xeb,0xd0,0x87,0xf0,0x1a,0x99,0xc7,0x41,0xa5,0x8d,0x90,
|
|
0x37,0x28,0x5b,0xe6,0x44,0x78,0x17,0x30,0xe8,0xc7,0x20,0x64,
|
|
0x43,0x47,0x78,0xa9,0x88,0xdc,0x25,0xc0,0x38,0x4a,0xe1,0xf8,
|
|
0x17,0x06,0x23,0x16,0xca,0x59,0xd1,0x00,0x12,0x8e,0x17,0x04,
|
|
0x1a,0x41,0xde,0x31,0xbc,0x50,0x45,0x29,0x8e,0x86,0x2e,0x8e,
|
|
0x86,0x06,0x53,0xad,0x0e,0x73,0x3a,0x8d,0x68,0x14,0x6f,0xbc,
|
|
0x11,0x48,0xdd,0xe6,0xc4,0xdb,0x2a,0x92,0x09,0xcd,0x7e,0xde,
|
|
0x89,0x9c,0x9a,0x84,0xa0,0x03,0xa8,0x4e,0x11,0x84,0x9c,0xe6,
|
|
0x6a,0x16,0xfa,0xf0,0x0b,0xe1,0xc8,0x63,0x83,0xa2,0xa9,0x30,
|
|
0x4e,0xa3,0xf4,0x72,0xe6,0x27,0x81,0xca,0xda,0x68,0x20,0x8a,
|
|
0xde,0x59,0x68,0x3a,0x0d,0x6e,0xd3,0x9b,0x2b,0x21,0x8a,0xd8,
|
|
0x10,0x93,0x14,0xaa,0x1e,0x93,0x79,0x1b,0x62,0x46,0xaf,0xcd,
|
|
0xfe,0x05,0x78,0xd1,0xac,0xa0,0x9c,0xc9,0x68,0x60,0x1d,0x67,
|
|
0xc3,0xf0,0x6a,0x8b,0x21,0x61,0x92,0xa8,0xb3,0x48,0xdf,0xe7,
|
|
0x61,0x1a,0x0e,0x7f,0x3b,0x70,0x78,0xef,0xc1,0x88,0x2f,0xd8,
|
|
0x24,0x55,0xf9,0xd8,0x22,0x18,0x91,0x28,0x46,0x5e,0x8a,0x01,
|
|
0xd6,0x20,0xc8,0x14,0x04,0xea,0xb0,0xe6,0xfb,0x03,0x94,0xfd,
|
|
0x0f,0xdf,0x06,0x9e,0xb9,0xd9,0xdf,0x1e,0xdc,0xa6,0x3f,0xee,
|
|
0xdd,0xff,0x59,0xef,0xfe,0xaf,0x7c,0xe3,0xe5,0x7c,0x16,0xff,
|
|
0x44,0x3a,0x9f,0xc5,0xff,0xe7,0xfd,0x6f,0x00,0x00,0x00,0xff,
|
|
0xff,0x81,0x9d,0x08,0x43,0xf8,0x1d,0x00,0x00,
|
|
}))
|
|
|
|
if err != nil {
|
|
panic("Decompression failed: " + err.Error())
|
|
}
|
|
|
|
var b bytes.Buffer
|
|
io.Copy(&b, gz)
|
|
gz.Close()
|
|
|
|
return b.Bytes()
|
|
}
|
|
|
|
func init() {
|
|
go_bindata["/index.html"] = index_html
|
|
}
|