File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- package main
1
+ package refererparser
2
2
3
3
import (
4
4
"bytes"
@@ -972,6 +972,7 @@ func AssetNames() []string {
972
972
var _bindata = map [string ]func () ([]byte , error ){
973
973
"data/referers.yml" : data_referers_yml ,
974
974
}
975
+
975
976
// AssetDir returns the file names below a certain
976
977
// directory embedded in the file by go-bindata.
977
978
// For example if you run go-bindata on data/... and data contains the
@@ -1005,12 +1006,12 @@ func AssetDir(name string) ([]string, error) {
1005
1006
}
1006
1007
1007
1008
type _bintree_t struct {
1008
- Func func () ([]byte , error )
1009
+ Func func () ([]byte , error )
1009
1010
Children map [string ]* _bintree_t
1010
1011
}
1012
+
1011
1013
var _bintree = & _bintree_t {nil , map [string ]* _bintree_t {
1012
1014
"data" : & _bintree_t {nil , map [string ]* _bintree_t {
1013
- "referers.yml" : & _bintree_t {data_referers_yml , map [string ]* _bintree_t {
1014
- }},
1015
+ "referers.yml" : & _bintree_t {data_referers_yml , map [string ]* _bintree_t {}},
1015
1016
}},
1016
1017
}}
You can’t perform that action at this time.
0 commit comments