sourcegraph/lib/codeintel
Keegan Carruthers-Smith 6578e91a3f
lib/codeintel: fix newline warning in go1.18 (#34902)
go1.18 has new warnings for Println usages which trigger go test to
fail:

  codeintel/tools/lsif-repl/main.go:63:5: fmt.Println arg list ends with redundant newline
  codeintel/tools/lsif-repl/main.go:145:4: fmt.Println arg list ends with redundant newline

I kept the same output, but made the newline explicit to avoid the
failure.

Test Plan: go test with go1.18 locally
2022-05-04 14:53:06 +00:00
..
autoindex/config RFC 624: (M3) Replace Go code (#34864) 2022-05-04 09:16:16 -05:00
bloomfilter codeintel: add support for find-implementations (#24854) 2021-11-04 12:53:59 -06:00
lsif LSIF Typed: handle symbols with duplicate definitions (#32690) 2022-03-16 18:23:34 +00:00
lsiftyped golangci-lint: enable unparam linter (#31856) 2022-02-28 15:31:44 +01:00
pathexistence golangci-lint: enable unparam linter (#31856) 2022-02-28 15:31:44 +01:00
precise errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
reprolang LSIF Typed: handle symbols with duplicate definitions (#32690) 2022-03-16 18:23:34 +00:00
tools lib/codeintel: fix newline warning in go1.18 (#34902) 2022-05-04 14:53:06 +00:00
upload codeintel: Add auth support for GitLab (#33254) 2022-04-04 08:34:41 -05:00
CODENOTIFY codeintel: Move semantic/repl to tools/lsif-repl (#20971) 2021-05-14 08:55:29 -05:00