cloudspannerecosystem / yo

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

Fix import name to kenshaw #53

Closed NamikoToriyama closed 4 years ago

NamikoToriyama commented 4 years ago

What

Fixed import name from knq to kenshaw.

Why

When using the below command, go get does not succeed.

$ go get -u go.mercari.io/yo
スクリーンショット 2020-10-28 12 44 10

Other

This is the first time for me to contribute to OSS. Thank you for reviewing!

Reference

VeysonD commented 4 years ago

👀