diff options
| author | Ethan Lee <ethanalee@google.com> | 2026-03-12 17:51:09 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-12 15:13:44 -0700 |
| commit | e1d6f491a5089b17bf66c10b26360a1a59d75cab (patch) | |
| tree | 702bb58b1a97b21bfa9c7e2259f793cc17e6b701 | |
| parent | e1e0df70af37f136110777d7b7af409f4201b925 (diff) | |
| download | go-x-pkgsite-e1d6f491a5089b17bf66c10b26360a1a59d75cab.tar.xz | |
internal/postgres: clean up duplicated comments in upsertSymbolSearchDocuments
Change-Id: I463a3a7eaf00119c931743e6841b08339760dea3
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/754800
kokoro-CI: kokoro <noreply+kokoro@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ethan Lee <ethanalee@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
| -rw-r--r-- | internal/postgres/symbolsearch.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/postgres/symbolsearch.go b/internal/postgres/symbolsearch.go index 599c3662..7b36b7e4 100644 --- a/internal/postgres/symbolsearch.go +++ b/internal/postgres/symbolsearch.go @@ -29,10 +29,6 @@ func upsertSymbolSearchDocuments(ctx context.Context, tx *database.DB, // If a user is looking for the symbol "DB.Begin", from package // database/sql, we want them to be able to find this by searching for - // "DB.Begin" and "sql.DB.Begin". Searching for "sql.DB", "DB", "Begin" or - // "sql.DB" will not return "DB.Begin". - // If a user is looking for the symbol "DB.Begin", from package - // database/sql, we want them to be able to find this by searching for // "DB.Begin", "Begin", and "sql.DB.Begin". Searching for "sql.DB" or // "DB" will not return "DB.Begin". q := ` |
