You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting in go1.19 go fmt reformats certain comments to conform to the new go/doc syntax (#51082).
The reformatting is always fine for doc comments that conformed to the previous go/doc syntax since it does not alter the way they are rendered.
Doc comments of unexported identifiers are never (?) rendered by either godoc or pkgsite, therefore they should not be reformatted since they might not conform to go/doc syntax.
Starting in go1.19 go fmt reformats certain comments to conform to the new go/doc syntax (#51082).
The reformatting is always fine for doc comments that conformed to the previous go/doc syntax since it does not alter the way they are rendered.
Doc comments of unexported identifiers are never (?) rendered by either godoc or pkgsite, therefore they should not be reformatted since they might not conform to go/doc syntax.
For example:
reformats to:
The text was updated successfully, but these errors were encountered: