regen
This commit is contained in:
parent
5ecfc4681a
commit
9e563acd09
|
@ -1,10 +1,9 @@
|
|||
// Code generated by go-bindata.
|
||||
// sources:
|
||||
// Code generated by go-bindata. (@generated) DO NOT EDIT.
|
||||
|
||||
//Package kendall generated by go-bindata.// sources:
|
||||
// themes/kendall/resume.template
|
||||
// themes/kendall/style.css
|
||||
// themes/kendall/print.css
|
||||
// DO NOT EDIT!
|
||||
|
||||
package kendall
|
||||
|
||||
import (
|
||||
|
@ -22,7 +21,7 @@ import (
|
|||
func bindataRead(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)
|
||||
return nil, fmt.Errorf("read %q: %v", name, err)
|
||||
}
|
||||
|
||||
var buf bytes.Buffer
|
||||
|
@ -30,7 +29,7 @@ func bindataRead(data []byte, name string) ([]byte, error) {
|
|||
clErr := gz.Close()
|
||||
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Read %q: %v", name, err)
|
||||
return nil, fmt.Errorf("read %q: %v", name, err)
|
||||
}
|
||||
if clErr != nil {
|
||||
return nil, err
|
||||
|
@ -51,21 +50,32 @@ type bindataFileInfo struct {
|
|||
modTime time.Time
|
||||
}
|
||||
|
||||
// Name return file name
|
||||
func (fi bindataFileInfo) Name() string {
|
||||
return fi.name
|
||||
}
|
||||
|
||||
// Size return file size
|
||||
func (fi bindataFileInfo) Size() int64 {
|
||||
return fi.size
|
||||
}
|
||||
|
||||
// Mode return file mode
|
||||
func (fi bindataFileInfo) Mode() os.FileMode {
|
||||
return fi.mode
|
||||
}
|
||||
|
||||
// ModTime return file modify time
|
||||
func (fi bindataFileInfo) ModTime() time.Time {
|
||||
return fi.modTime
|
||||
}
|
||||
|
||||
// IsDir return file whether a directory
|
||||
func (fi bindataFileInfo) IsDir() bool {
|
||||
return false
|
||||
return fi.mode&os.ModeDir != 0
|
||||
}
|
||||
|
||||
// Sys return file is sys mode
|
||||
func (fi bindataFileInfo) Sys() interface{} {
|
||||
return nil
|
||||
}
|
||||
|
@ -85,7 +95,7 @@ func themesKendallResumeTemplate() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "themes/kendall/resume.template", size: 12017, mode: os.FileMode(420), modTime: time.Unix(1525989620, 0)}
|
||||
info := bindataFileInfo{name: "themes/kendall/resume.template", size: 12017, mode: os.FileMode(420), modTime: time.Unix(1596890556, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -105,7 +115,7 @@ func themesKendallStyleCss() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "themes/kendall/style.css", size: 5262, mode: os.FileMode(420), modTime: time.Unix(1525870475, 0)}
|
||||
info := bindataFileInfo{name: "themes/kendall/style.css", size: 5262, mode: os.FileMode(420), modTime: time.Unix(1596890556, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -125,7 +135,7 @@ func themesKendallPrintCss() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "themes/kendall/print.css", size: 1186, mode: os.FileMode(420), modTime: time.Unix(1525870475, 0)}
|
||||
info := bindataFileInfo{name: "themes/kendall/print.css", size: 1186, mode: os.FileMode(420), modTime: time.Unix(1596890556, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -183,8 +193,8 @@ func AssetNames() []string {
|
|||
// _bindata is a table, holding each asset generator, mapped to its name.
|
||||
var _bindata = map[string]func() (*asset, error){
|
||||
"themes/kendall/resume.template": themesKendallResumeTemplate,
|
||||
"themes/kendall/style.css": themesKendallStyleCss,
|
||||
"themes/kendall/print.css": themesKendallPrintCss,
|
||||
"themes/kendall/style.css": themesKendallStyleCss,
|
||||
"themes/kendall/print.css": themesKendallPrintCss,
|
||||
}
|
||||
|
||||
// AssetDir returns the file names below a certain
|
||||
|
@ -226,12 +236,13 @@ type bintree struct {
|
|||
Func func() (*asset, error)
|
||||
Children map[string]*bintree
|
||||
}
|
||||
|
||||
var _bintree = &bintree{nil, map[string]*bintree{
|
||||
"themes": &bintree{nil, map[string]*bintree{
|
||||
"kendall": &bintree{nil, map[string]*bintree{
|
||||
"print.css": &bintree{themesKendallPrintCss, map[string]*bintree{}},
|
||||
"print.css": &bintree{themesKendallPrintCss, map[string]*bintree{}},
|
||||
"resume.template": &bintree{themesKendallResumeTemplate, map[string]*bintree{}},
|
||||
"style.css": &bintree{themesKendallStyleCss, map[string]*bintree{}},
|
||||
"style.css": &bintree{themesKendallStyleCss, map[string]*bintree{}},
|
||||
}},
|
||||
}},
|
||||
}}
|
||||
|
@ -282,4 +293,3 @@ func _filePath(dir, name string) string {
|
|||
cannonicalName := strings.Replace(name, "\\", "/", -1)
|
||||
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
// Code generated by go-bindata.
|
||||
// sources:
|
||||
// Code generated by go-bindata. (@generated) DO NOT EDIT.
|
||||
|
||||
//Package stackoverflow generated by go-bindata.// sources:
|
||||
// themes/stackoverflow/resume.template
|
||||
// themes/stackoverflow/style.css
|
||||
// DO NOT EDIT!
|
||||
|
||||
package stackoverflow
|
||||
|
||||
import (
|
||||
|
@ -21,7 +20,7 @@ import (
|
|||
func bindataRead(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)
|
||||
return nil, fmt.Errorf("read %q: %v", name, err)
|
||||
}
|
||||
|
||||
var buf bytes.Buffer
|
||||
|
@ -29,7 +28,7 @@ func bindataRead(data []byte, name string) ([]byte, error) {
|
|||
clErr := gz.Close()
|
||||
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Read %q: %v", name, err)
|
||||
return nil, fmt.Errorf("read %q: %v", name, err)
|
||||
}
|
||||
if clErr != nil {
|
||||
return nil, err
|
||||
|
@ -50,21 +49,32 @@ type bindataFileInfo struct {
|
|||
modTime time.Time
|
||||
}
|
||||
|
||||
// Name return file name
|
||||
func (fi bindataFileInfo) Name() string {
|
||||
return fi.name
|
||||
}
|
||||
|
||||
// Size return file size
|
||||
func (fi bindataFileInfo) Size() int64 {
|
||||
return fi.size
|
||||
}
|
||||
|
||||
// Mode return file mode
|
||||
func (fi bindataFileInfo) Mode() os.FileMode {
|
||||
return fi.mode
|
||||
}
|
||||
|
||||
// ModTime return file modify time
|
||||
func (fi bindataFileInfo) ModTime() time.Time {
|
||||
return fi.modTime
|
||||
}
|
||||
|
||||
// IsDir return file whether a directory
|
||||
func (fi bindataFileInfo) IsDir() bool {
|
||||
return false
|
||||
return fi.mode&os.ModeDir != 0
|
||||
}
|
||||
|
||||
// Sys return file is sys mode
|
||||
func (fi bindataFileInfo) Sys() interface{} {
|
||||
return nil
|
||||
}
|
||||
|
@ -84,7 +94,7 @@ func themesStackoverflowResumeTemplate() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "themes/stackoverflow/resume.template", size: 14148, mode: os.FileMode(420), modTime: time.Unix(1596916260, 0)}
|
||||
info := bindataFileInfo{name: "themes/stackoverflow/resume.template", size: 14148, mode: os.FileMode(420), modTime: time.Unix(1612106120, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -104,7 +114,7 @@ func themesStackoverflowStyleCss() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "themes/stackoverflow/style.css", size: 10452, mode: os.FileMode(493), modTime: time.Unix(1596895368, 0)}
|
||||
info := bindataFileInfo{name: "themes/stackoverflow/style.css", size: 10452, mode: os.FileMode(493), modTime: time.Unix(1596890556, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -162,7 +172,7 @@ func AssetNames() []string {
|
|||
// _bindata is a table, holding each asset generator, mapped to its name.
|
||||
var _bindata = map[string]func() (*asset, error){
|
||||
"themes/stackoverflow/resume.template": themesStackoverflowResumeTemplate,
|
||||
"themes/stackoverflow/style.css": themesStackoverflowStyleCss,
|
||||
"themes/stackoverflow/style.css": themesStackoverflowStyleCss,
|
||||
}
|
||||
|
||||
// AssetDir returns the file names below a certain
|
||||
|
@ -204,11 +214,12 @@ type bintree struct {
|
|||
Func func() (*asset, error)
|
||||
Children map[string]*bintree
|
||||
}
|
||||
|
||||
var _bintree = &bintree{nil, map[string]*bintree{
|
||||
"themes": &bintree{nil, map[string]*bintree{
|
||||
"stackoverflow": &bintree{nil, map[string]*bintree{
|
||||
"resume.template": &bintree{themesStackoverflowResumeTemplate, map[string]*bintree{}},
|
||||
"style.css": &bintree{themesStackoverflowStyleCss, map[string]*bintree{}},
|
||||
"style.css": &bintree{themesStackoverflowStyleCss, map[string]*bintree{}},
|
||||
}},
|
||||
}},
|
||||
}}
|
||||
|
@ -259,4 +270,3 @@ func _filePath(dir, name string) string {
|
|||
cannonicalName := strings.Replace(name, "\\", "/", -1)
|
||||
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
|
||||
}
|
||||
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
// Code generated by go-bindata.
|
||||
// sources:
|
||||
// themes/tex/resume_template.tex
|
||||
// DO NOT EDIT!
|
||||
// Code generated by go-bindata. (@generated) DO NOT EDIT.
|
||||
|
||||
//Package tex generated by go-bindata.// sources:
|
||||
// themes/tex/resume_template.tex
|
||||
package tex
|
||||
|
||||
import (
|
||||
|
@ -20,7 +19,7 @@ import (
|
|||
func bindataRead(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)
|
||||
return nil, fmt.Errorf("read %q: %v", name, err)
|
||||
}
|
||||
|
||||
var buf bytes.Buffer
|
||||
|
@ -28,7 +27,7 @@ func bindataRead(data []byte, name string) ([]byte, error) {
|
|||
clErr := gz.Close()
|
||||
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Read %q: %v", name, err)
|
||||
return nil, fmt.Errorf("read %q: %v", name, err)
|
||||
}
|
||||
if clErr != nil {
|
||||
return nil, err
|
||||
|
@ -49,21 +48,32 @@ type bindataFileInfo struct {
|
|||
modTime time.Time
|
||||
}
|
||||
|
||||
// Name return file name
|
||||
func (fi bindataFileInfo) Name() string {
|
||||
return fi.name
|
||||
}
|
||||
|
||||
// Size return file size
|
||||
func (fi bindataFileInfo) Size() int64 {
|
||||
return fi.size
|
||||
}
|
||||
|
||||
// Mode return file mode
|
||||
func (fi bindataFileInfo) Mode() os.FileMode {
|
||||
return fi.mode
|
||||
}
|
||||
|
||||
// ModTime return file modify time
|
||||
func (fi bindataFileInfo) ModTime() time.Time {
|
||||
return fi.modTime
|
||||
}
|
||||
|
||||
// IsDir return file whether a directory
|
||||
func (fi bindataFileInfo) IsDir() bool {
|
||||
return false
|
||||
return fi.mode&os.ModeDir != 0
|
||||
}
|
||||
|
||||
// Sys return file is sys mode
|
||||
func (fi bindataFileInfo) Sys() interface{} {
|
||||
return nil
|
||||
}
|
||||
|
@ -83,7 +93,7 @@ func themesTexResume_templateTex() (*asset, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
info := bindataFileInfo{name: "themes/tex/resume_template.tex", size: 2733, mode: os.FileMode(420), modTime: time.Unix(1526074752, 0)}
|
||||
info := bindataFileInfo{name: "themes/tex/resume_template.tex", size: 2733, mode: os.FileMode(420), modTime: time.Unix(1612105960, 0)}
|
||||
a := &asset{bytes: bytes, info: info}
|
||||
return a, nil
|
||||
}
|
||||
|
@ -182,6 +192,7 @@ type bintree struct {
|
|||
Func func() (*asset, error)
|
||||
Children map[string]*bintree
|
||||
}
|
||||
|
||||
var _bintree = &bintree{nil, map[string]*bintree{
|
||||
"themes": &bintree{nil, map[string]*bintree{
|
||||
"tex": &bintree{nil, map[string]*bintree{
|
||||
|
@ -236,4 +247,3 @@ func _filePath(dir, name string) string {
|
|||
cannonicalName := strings.Replace(name, "\\", "/", -1)
|
||||
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user