delve/service
Alessandro Arzilli c412dcdc4f
*: run go1.19 'go fmt' on everything and fix problems (#3031)
Go 1.19 also formats doc comments according to the new godoc syntax.
Some of our comments, especially unexported symbols did not conform to
the godoc syntax and therefore are mangled by 'go fmt'.

This PR runs 'go fmt' from go1.19 on everything and manually fixes the
problems.

See also:
	https://github.com/golang/proposal/blob/master/design/51082-godocfmt.md
2022-06-17 10:08:11 -07:00
..
api proc,service: represent logical breakpoints explicitly (#2946) 2022-05-25 13:58:26 -07:00
dap *: run go1.19 'go fmt' on everything and fix problems (#3031) 2022-06-17 10:08:11 -07:00
debugger proc,service: represent logical breakpoints explicitly (#2946) 2022-05-25 13:58:26 -07:00
internal/sameuser fmt code (#2826) 2021-12-13 10:25:23 -08:00
rpc1 proc,service: represent logical breakpoints explicitly (#2946) 2022-05-25 13:58:26 -07:00
rpc2 *: run go1.19 'go fmt' on everything and fix problems (#3031) 2022-06-17 10:08:11 -07:00
rpccommon *: run go1.19 'go fmt' on everything and fix problems (#3031) 2022-06-17 10:08:11 -07:00
test service/test,proc: move variable evaluation test to pkg/proc (#3024) 2022-06-08 08:59:42 -07:00
client.go service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00