Closed tfgordon closed 8 years ago
ps.Any
was removed a few months ago. Do you have the latest version of these packages?
If so, you may need to change your code to handle the new types. The following gofmt
command should do it all automatically:
gofmt -r 'ps.Any -> interface{}' -w .
Many thanks, also for developing Golog and publishing it as open source software.
When trying to build with version go1.5 linux/amd64, I get the following error:
../../mndrix/golog/term/term.go:195: cannot use func literal (type func(string, interface {})) as type func(string, ps.Any) in argument to innerNames.ForEach