File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
8888eliminate repetitive maintenance where other type-safe abstraction is impractical or
8989impossible 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
9594line help system which may be consulted for further information, e.g.:
9695
9796``` sh
You can’t perform that action at this time.
0 commit comments