chore(dashboard): move to the mod directory
This commit is contained in:
11
mod/dashboard/resources/bindata-file.go
Normal file
11
mod/dashboard/resources/bindata-file.go
Normal file
@ -0,0 +1,11 @@
|
||||
package resources
|
||||
|
||||
func File(name string) ([]byte, bool) {
|
||||
data, ok := go_bindata[name]
|
||||
|
||||
if ok == false {
|
||||
return nil, false
|
||||
}
|
||||
|
||||
return data(), true
|
||||
}
|
Reference in New Issue
Block a user