7 lines
86 B
Go
7 lines
86 B
Go
package main
|
|
|
|
import "embed"
|
|
|
|
//go:embed templates/index.html
|
|
var templateFS embed.FS
|