File: common_test.go

package info (click to toggle)
golang-github-tealeg-xlsx 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,104 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
package xlsx

import (
	. "gopkg.in/check.v1"
	"testing"
)

func Test(t *testing.T) { TestingT(t) }