We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888ab02 commit bab5536Copy full SHA for bab5536
doc/code.html
@@ -160,9 +160,9 @@ <h3>Go source files</h3>
160
Go's convention is that the package name is the last element of the
161
import path: the package imported as <code>"crypto/rot13"</code>
162
should be named <code>rot13</code>.
163
-At the moment, the Go tools impose a restriction that package names are unique
164
-across all packages linked into a single binary, but that restriction
165
-will be lifted soon.
+There is no requirement that package names be unique
+across all packages linked into a single binary,
+only that the import paths (their full file names) be unique.
166
</p>
167
168
<p>
0 commit comments