File: feature_request.md

package info (click to toggle)
golang-github-golang-mock 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, trixie
  • size: 800 kB
  • sloc: sh: 58; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
name: Feature request
about: Propose a new feature for gomock
title: ''
labels: 'type: feature request'
assignees: ''

---

*Requested feature* A clear description of the desired feature and an example of
how it would be used.

*Why the feature is needed* A clear description of how this feature is not
served by existing functionality in gomock.

*(Optional) Proposed solution* A clear description of a proposed method for
adding this feature to gomock.