golang/go

doc: release notes: minor mistake regarding FreeBSD port applicability

Open

#34,126 opened on Sep 5, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
DocumentationNeedsFixhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

What version of Go are you using (go version)?

1.13

Does this issue reproduce with the latest release?

Not applicable.

What operating system and processor architecture are you using (go env)?

Not applicable.

What did you do?

Read the change log.

What did you expect to see?

I expected there to be no mention of COMPAT_FREEBSDN ∈ N = [4-11], since this feature is useful only to binaries built on unsupported versions of FreeBSD running on a newer version (such as a static binary built on FreeBSD 4, or a dynamic binary with misc/compat4x in a jail).

What did you see instead?

A mention that Go is available for both FreeBSD 11, 12, and 13 since all three versions will be buildable by the port in the ports framework (and probably have already been built by the time this issue gets fixed).

Since this is an easy issue to fix, I hope it's okay that I didn't supply all the necessary information. :)

Contributor guide