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
It seems that imageflow_job_windows.go lacke some function. How to fix it ?
go\pkg\mod\github.com\imazen\[email protected]\imageflow.go:146:12: job.CleanUp undefined (type job has no field or method CleanUp)
The text was updated successfully, but these errors were encountered:
Temp solutions, use : go get -u github.com/SombreCode/imageflow-go
go get -u github.com/SombreCode/imageflow-go
给 imageflow_job_windows.go 添加了一个叫做 CleanUp 的空方法,让编译能过去, 并没有修复windows下的内存泄露问题,所以只建议用来开发,正式部署用linux好。 https://github.com/SombreCode/imageflow-go
Sorry, something went wrong.
No branches or pull requests
It seems that imageflow_job_windows.go lacke some function. How to fix it ?
go\pkg\mod\github.com\imazen\[email protected]\imageflow.go:146:12: job.CleanUp undefined (type job has no field or method CleanUp)
The text was updated successfully, but these errors were encountered: