rwngallego-lm
rwngallego-lm
@roblaszczak are you planing to incorporate @minghsu0107 implementation? Would be more than happy to see it "officially" supported
You're now using vendored packages, which in theory if don't have any reference to godog in any .go code, it won't be included in the /vendor folder, it will be...
Eventually you will end up having a reference to godog when you create the `_test.go` files that accompany the feature files, however if you're following the example that shows the...