We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting an undefined error when importing the PlantUml module to a project.
This is the error:
/go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:92:18: undefined: apitest.NewHttpRequestLogEntry /go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:99:18: undefined: apitest.NewHttpResponseLogEntry /go/pkg/mod/github.com/steinfletcher/[email protected]/plantuml.go:121:23: undefined: apitest.LogEntry
In this commit, on Jul 28, 2019, apitest.NewHttpRequestLogEntry became apitest.newHttpRequestLogEntry (lowercase): steinfletcher/apitest@c097591#diff-daa6b522db39c0bc3606f5071822456dR221
apitest.NewHttpRequestLogEntry
apitest.newHttpRequestLogEntry
This is possibly the reason.
The text was updated successfully, but these errors were encountered:
me too, any one help
Sorry, something went wrong.
No branches or pull requests
I'm getting an undefined error when importing the PlantUml module to a project.
This is the error:
In this commit, on Jul 28, 2019,
apitest.NewHttpRequestLogEntry
becameapitest.newHttpRequestLogEntry
(lowercase): steinfletcher/apitest@c097591#diff-daa6b522db39c0bc3606f5071822456dR221This is possibly the reason.
The text was updated successfully, but these errors were encountered: