File: testdata.go

package info (click to toggle)
golang-github-xo-tblfmt 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,564 kB
  • sloc: makefile: 7
file content (14 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package testdata

//go:generate go run gencrosstab.go
//go:generate go run genformats.go

import (
	"embed"
)

// Testdata is the set of testdata.
//
//go:embed *.txt
//go:embed *.gz
var Testdata embed.FS