Skip to content

Commit 89d7e63

Browse files
committed
Remove "go generate" from the docs
1 parent 764a457 commit 89d7e63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,13 @@ step.
8484

8585
#### generated code
8686

87-
A significant portion of the project's source code is generated, with the goal being to
87+
A significant portion of the project's source code is generated, to
8888
eliminate repetitive maintenance where other type-safe abstraction is impractical or
8989
impossible with Go versions `< 1.18`. In a future where the eldest Go version supported is
9090
`1.18.x`, there will likely be efforts to take advantage of
9191
[generics](https://go.dev/doc/tutorial/generics).
9292

93-
The built-in `go generate` command is used to run the commands specified in
94-
`//go:generate` directives. Each such command runs a file that also supports a command
93+
Generator scripts also support command
9594
line help system which may be consulted for further information, e.g.:
9695

9796
```sh

0 commit comments

Comments
 (0)