Imports of package mock_sample

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
github.com/golang/mock/gomockPackage gomock is a mock framework for Go.
github.com/golang/mock/sample/imp1
github.com/golang/mock/sample/imp2
github.com/golang/mock/sample/imp3
github.com/golang/mock/sample/imp4
hashPackage hash provides interfaces for hash functions.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
text/templatePackage template implements data-driven templates for generating textual output.