You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a fresh clone of the repo in codespaces, running scripts/generate-go.sh throws this error at the end of the generation
Generation completed successfully
dbug: Kiota.Builder.KiotaBuilder[0]
Api manifest path: /workspaces/source-generator/apimanifest.json
Hint: use the info command to get the list of dependencies you need to add to your project.
Example: kiota info -d "/workspaces/source-generator/schemas/downloaded.json" -l Go
Hint: use the --include-path and --exclude-path options with glob patterns to filter the paths generated.
Example: kiota generate --include-path "**/foo" -d "/workspaces/source-generator/schemas/downloaded.json"
+ go build -o post-processors/go/post-processor post-processors/go/main.go
+ pwd
+ cd /workspaces/source-generator/../go-sdk
+ pwd
+ pwd
+ /workspaces/go-sdk/../source-generator/post-processors/go/post-processor /workspaces/go-sdk
2024/04/03 00:03:50 running post processing for Go SDK on directory /workspaces/go-sdk
2024/04/03 00:03:51 could not remove go.mod file: remove /workspaces/go-sdk/go.mod: no such file or directory
The text was updated successfully, but these errors were encountered:
On a fresh clone of the repo in codespaces, running
scripts/generate-go.sh
throws this error at the end of the generationThe text was updated successfully, but these errors were encountered: