9 lines
77 B
Go
9 lines
77 B
Go
package web
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed tmpl.html
|
|
var Template string
|