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