# README
Moqueries - Lock-free interface and function mocks for Go
This repository contains the command line interface (CLI) for generating mocks. Please see the official Moqueries documentation at https://moqueries.org/ for more details including the Generating mocks page.
# Packages
Package ast provides utilities for working with Go's Abstract Syntax Tree.
Package bulk is used to generate several Moqueries mocks at once.
Package cmd centralizes the command line interface.
Package demo provides code examples used in the ../README.md.
Package generator generates Moqueries mocks.
Package metrics implements a simple metrics mechanism for gathering, reporting and aggregating metrics.
No description provided by the author
Package pkg is used to generate mocks for an entire package or module.