Categorygithub.com/lufia/plug
repositorypackage
0.0.0-20240802031304-6b6483ab4d53
Repository: https://github.com/lufia/plug.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

plug

Package plug replaces functions, defined in the other packages, on testing. The idea underlying this library was heavy inspired from tenntenn/testtime.

GoDev

Usage

See examples.

go test -overlay <(go run github.com/lufia/plug/cmd/plug@latest)

Then add below to .gitignore

plug

Limitations

  • cyclic import: runtime, reflect, etc.
  • go:linkname functions: time.Sleep, etc.