8 lines
77 B
Go
8 lines
77 B
Go
package appui
|
|
|
|
import _ "embed"
|
|
|
|
|
|
//go:embed index.html
|
|
var IndexHTML string
|