template.go 86 B

123456
  1. package template
  2. import "embed"
  3. //go:embed http-conf https-conf
  4. var DistFS embed.FS