mirror of https://gitee.com/answerdev/answer.git
10 lines
80 B
Go
10 lines
80 B
Go
|
package ui
|
||
|
|
||
|
import (
|
||
|
"embed"
|
||
|
_ "embed"
|
||
|
)
|
||
|
|
||
|
//go:embed build
|
||
|
var Build embed.FS
|