Documentation ¶ Overview ¶ The deptest package contains a shared implementation of negative dependency tests for other packages, making sure we don't start depending on certain packages. Index ¶ type DepChecker func (c DepChecker) Check(t *testing.T) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type DepChecker ¶ type DepChecker struct { GOOS string // optional GOARCH string // optional BadDeps map[string]string // package => why } func (DepChecker) Check ¶ func (c DepChecker) Check(t *testing.T) Source Files ¶ View all Source files deptest.go Click to show internal directories. Click to hide internal directories.