Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/goPublic

Commit61dbc34

Browse files
committed
doc: add FAQ entry about language changes
R=golang-dev, dsymonds, rCC=golang-devhttps://golang.org/cl/9244043
1 parent6de184b commit61dbc34

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

‎doc/go_faq.html‎

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,34 @@ <h3 id="atomic_maps">
454454
map access.
455455
</p>
456456

457+
<h3id="language_changes">
458+
Will you accept my language change?</h3>
459+
460+
<p>
461+
People often suggest improvements to the language—the
462+
<ahref="http://groups.google.com/group/golang-nuts">mailing list</a>
463+
contains a rich history of such discussions—but very few of these changes have
464+
been accepted.
465+
</p>
466+
467+
<p>
468+
Although Go is an open source project, the language and libraries are protected
469+
by a<ahref="/doc/go1compat.html">compatibility promise</a> that prevents
470+
changes that break existing programs.
471+
If your proposal violates the Go 1 specification we cannot even entertain the
472+
idea, regardless of its merit.
473+
A future major release of Go may be incompatible with Go 1, but we're not ready
474+
to start talking about what that might be.
475+
</p>
476+
477+
<p>
478+
Even if your proposal is compatible with the Go 1 spec, it may be
479+
not be in the spirit of Go's design goals.
480+
The article<i><ahref="http://talks.golang.org/2012/splash.article">Go
481+
at Google: Language Design in the Service of Software Engineering</a></i>
482+
explains Go's origins and the motivation behind its design.
483+
</p>
484+
457485
<h2id="types">Types</h2>
458486

459487
<h3id="Is_Go_an_object-oriented_language">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp