9 lines
87 B
Go
9 lines
87 B
Go
package main
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed static/index.html
|
|
var indexHTML []byte
|