Skip to content

Commit

Permalink
importpath listed twice in go_test documentation (bazel-contrib#2606)
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Jenson authored Aug 17, 2020
1 parent fc650b4 commit 33e3b04
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions go/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -514,12 +514,6 @@ Attributes
| To interoperate cleanly with Gazelle_ right now this should be :value:`go_default_test` for |
| internal tests and :value:`go_default_xtest` for external tests. |
+----------------------------+-----------------------------+---------------------------------------+
| :param:`importpath` | :type:`string` | :value:`""` |
+----------------------------+-----------------------------+---------------------------------------+
| The import path of this test. Tests can't actually be imported, but this |
| may be used by `go_path`_ and other tools to report the location of source |
| files. This may be inferred from embedded libraries. |
+----------------------------+-----------------------------+---------------------------------------+
| :param:`srcs` | :type:`label_list` | :value:`[]` |
+----------------------------+-----------------------------+---------------------------------------+
| The list of Go source files that are compiled to create the package. |
Expand Down

0 comments on commit 33e3b04

Please sign in to comment.