File: README.markdown

package info (click to toggle)
golang-github-jacobsa-oglemock 0.0~git20150428-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 304 kB
  • ctags: 345
  • sloc: makefile: 5
file content (6 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
This directory contains sample code generated with the `createmock` command. For
example, the file `mock_io.go` can be regenerated with:

    createmock io Reader > sample/mock_io/mock_io.go

The files are also used by `integration_test.go`.