mirror of
https://github.com/strongdm/comply
synced 2025-01-23 04:41:38 +00:00
bindata restore 2
This commit is contained in:
parent
66bf36ddfb
commit
9ebb42d061
@ -59,10 +59,10 @@
|
||||
package theme
|
||||
|
||||
import (
|
||||
"github.com/elazarl/go-bindata-assetfs"
|
||||
"bytes"
|
||||
"compress/gzip"
|
||||
"fmt"
|
||||
"github.com/elazarl/go-bindata-assetfs"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
@ -1349,7 +1349,6 @@ type bintree struct {
|
||||
Func func() (*asset, error)
|
||||
Children map[string]*bintree
|
||||
}
|
||||
|
||||
var _bintree = &bintree{nil, map[string]*bintree{
|
||||
"comply-blank": &bintree{nil, map[string]*bintree{
|
||||
"README.md": &bintree{complyBlankReadmeMd, map[string]*bintree{}},
|
||||
@ -1478,6 +1477,7 @@ func _filePath(dir, name string) string {
|
||||
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
|
||||
}
|
||||
|
||||
|
||||
func assetFS() *assetfs.AssetFS {
|
||||
assetInfo := func(path string) (os.FileInfo, error) {
|
||||
return os.Stat(path)
|
||||
|
Loading…
Reference in New Issue
Block a user