Oleg Balunenko

Results 21 comments of Oleg Balunenko

You can wrap it with anonimous function if you want to pass some parameters to it. `cronInstance.AddFunc( , func(func(interface{}, interface{})))`

@patrickmn could you please review this PR?

@lovromazgon On my own I found this solution very useful https://github.com/go-modules-by-example/index/blob/master/010_tools/README.md

Thanks, @lovromazgon for sharing this idea) Yeah, for non-go tools it's a bit tricky to get the right version. You can check my script for this. It is relevant for...

@eleby, Could you please review this PR? 🙏🏻

You're always welcome;) Thanks for your review! Sure, I'll update the readme There are no changes in functionality. Only CI/CD - now users no need to install go and build...

@lo00l please update your PR with master branch 🙏🏿

@jhzn please check why tests are broken for go 1.20

@dhui could you please take a look on this PR, when you have a chance? 🙏

@wwbb2008 You should enable multi-statement in the config for the migrator. Add a query parameter to the URL conn string or enable it in the Config struct passed into the...