- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ImportPath (0.05 sec)
-
doc/go_spec.html
of that package. The import names an identifier (PackageName) to be used for access and an ImportPath that specifies the package to be imported. </p> <pre class="ebnf"> ImportDecl = "import" ( ImportSpec | "(" { ImportSpec ";" } ")" ) . ImportSpec = [ "." | PackageName ] ImportPath . ImportPath = string_lit . </pre> <p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0)