apitest-plantuml
apitest-plantuml copied to clipboard
undefined: apitest.NewHttpRequestLogEntry
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): https://github.com/steinfletcher/apitest/commit/c0975913c5d2ef0d57b781de0ec4b7ad72dee172#diff-daa6b522db39c0bc3606f5071822456dR221
This is possibly the reason.
me too, any one help