Abdullah Yildirim

Results 3 comments of Abdullah Yildirim

As per the discussion: https://intuit-teams.slack.com/archives/C02P1NKMBHQ/p1712945480906909

Another thought is that we should probably move the `image-push` target outside the examples, as it is used by the CI and not necessarily needed by users that just want...

The script (at least for Go SDK) has a function that can dynamically determine all example paths: ``` function traverse_examples () { find pkg -name "go.mod" | while read -r...