File: templates.go

package info (click to toggle)
golang-github-xo-tblfmt 0.15.1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,560 kB
  • sloc: makefile: 7
file content (10 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
// Package templates contains embedded templates for the tblfmt package.
package templates

import (
	"embed"
)

// Templates are embedded html and go templates.
//go:embed *.txt
var Templates embed.FS