cloudspannerecosystem / yo

yo is a command-line tool to generate Go code for Google Cloud Spanner.
MIT License
312 stars 52 forks source link

Remove duplicated YODB inteface #46 #47

Closed k-yomo closed 9 months ago

k-yomo commented 4 years ago

Fixes #46

kazegusuri commented 4 years ago

I confirm both YODB and YORODB are used in many applications, so we cannot simply remove this now because this is breaking change. If we do, we need to deprecate it first.

k-yomo commented 4 years ago

@kazegusuri Thanks for the confirmation. I though it would be ok since already copied templates are not going to change, but not so?

shuheiktgw commented 9 months ago

Closing since we are not going to change that for v1