Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(godocfx): shorten function names #2880

Merged
merged 1 commit into from Sep 17, 2020
Merged

fix(godocfx): shorten function names #2880

merged 1 commit into from Sep 17, 2020

Commits on Sep 17, 2020

  1. fix(godocfx): shorten function names

    After this change, function headers show up as `func Foo` rather than
    `func Foo(s string) string`, matching the behavior of pkg.go.dev.
    tbpg committed Sep 17, 2020
    Copy the full SHA
    91c310f View commit details
    Browse the repository at this point in the history