template.go 80 B

123456
  1. package template
  2. import "embed"
  3. //go:embed conf/* block/*
  4. var DistFS embed.FS