bblfsh / go-driver

GNU General Public License v3.0
10 stars 9 forks source link

docs: Fix godoc.org links in exported name comments. #49

Closed creachadair closed 5 years ago

creachadair commented 5 years ago

Fixes #48.

Generated by manually editing and verifying the results of

find . -type f -name '*.go' -exec grep -Eq 'godoc\.org.*/v[0-9]/' {} ';' -print

This change is Reviewable

creachadair commented 5 years ago

After this lands, I'll propagate the fix into the generated code in https://github.com/bblfsh/sdk as well. Since this change has no effect on functionality, we shouldn't need to do any release coordination.

creachadair commented 5 years ago

Actually: Now that I look, I can't tell—are these the generated files?

Edit: I figured it out. See also https://github.com/bblfsh/sdk/pull/412