File: doc.go

package info (click to toggle)
golang-github-efficientgo-core 1.0.0~rc3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: makefile: 68
file content (6 lines) | stat: -rw-r--r-- 313 bytes parent folder | download
1
2
3
4
5
6
// Copyright (c) The EfficientGo Authors.
// Licensed under the Apache License 2.0.

// Package testutil is a minimal testing utility with only few functions like `Assert`, `Ok`, `NotOk` for errors and `Equals`.
// It also provides TB ("TestOrBench") utility for union of testing and benchmarks.
package testutil