File: stats_main_test.go

package info (click to toggle)
golang-github-powerman-check 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: javascript: 3; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 123 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
package check_test

import (
	"testing"

	"github.com/powerman/check"
)

func TestMain(m *testing.M) { check.TestMain(m) }