-
Notifications
You must be signed in to change notification settings - Fork 18k
x/image/font/sfnt: RasterizeGlyph example doesn't show up in godoc #28684
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
Labels
Milestone
Comments
Change https://golang.org/cl/148576 mentions this issue: |
mrhyperbit23z0d
added a commit
to mrhyperbit23z0d/bhegde8
that referenced
this issue
Jun 6, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
GalaxyForcew
added a commit
to GalaxyForcew/A1bisshy
that referenced
this issue
Jun 6, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
yi-ge3
added a commit
to yi-ge3/wislie
that referenced
this issue
Jun 6, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
balloontmz6
added a commit
to balloontmz6/Likewise42l
that referenced
this issue
Jun 6, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
snapbakkhfbav
added a commit
to snapbakkhfbav/SayedBaladohr
that referenced
this issue
Oct 6, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
MiderWong5ddop
added a commit
to MiderWong5ddop/sidie88f
that referenced
this issue
Oct 7, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
rorypeckwnt4v
added a commit
to rorypeckwnt4v/LearnByBhanuPrataph
that referenced
this issue
Oct 7, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
egorovcharenko9
added a commit
to egorovcharenko9/RiceBIOC470z
that referenced
this issue
Oct 7, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
RafayGhafoorf
added a commit
to RafayGhafoorf/dustinsand8
that referenced
this issue
Oct 7, 2022
This change renames the example to follow correct naming convention, as documented at https://godoc.org/testing#hdr-Examples. As a result, it shows up in godoc. This issue was caught and reported by vet: $ go vet golang.org/x/image/font/sfnt # golang.org/x/image/font/sfnt_test font/sfnt/example_test.go:19: ExampleRasterizeGlyph refers to unknown identifier: RasterizeGlyph Fixes golang/go#28684 Change-Id: I2749c638c5f3ed15e4db0448bc7a5e2c12c056e5 Reviewed-on: https://go-review.googlesource.com/c/148576 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It exists in font/sfnt/example_test.go, but doesn't show up in godoc:
It should be:
This is happening because its name doesn't follow the correct naming convention for examples.
The text was updated successfully, but these errors were encountered: