mirror of
https://github.com/XZB-1248/Spark
synced 2025-10-06 16:46:50 +08:00
16 lines
305 B
Go
16 lines
305 B
Go
// Code generated by statik. DO NOT EDIT.
|
|
|
|
package built
|
|
|
|
import (
|
|
"github.com/rakyll/statik/fs"
|
|
)
|
|
|
|
|
|
const Built = "built" // static asset namespace
|
|
|
|
func init() {
|
|
data := "PK\x05\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"
|
|
fs.RegisterWithNamespace("built", data)
|
|
}
|
|
|