Closed carmo-evan closed 3 years ago
When using the -o flag to place a generated file in a parent or child directory, the needed directories are created, but the file is placed in the directory where the go generate command was called.
-o
go generate
@carmo-evan Let me know if this works for you!
When using the
-o
flag to place a generated file in a parent or child directory, the needed directories are created, but the file is placed in the directory where thego generate
command was called.