]> Cypherpunks repositories - gostls13.git/commit
go/*: use go/types.Func.Signature and go/ast.Preorder
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 19 Feb 2025 22:35:48 +0000 (22:35 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 20 Feb 2025 03:25:33 +0000 (19:25 -0800)
commit07a121383c52fc2edb96d4d58d1dd600bc3e7dfd
treee1ce9b7f82d40d60e93e1c769cf89922ec9c934c
parentcdc95607940b2acb66cb184dec08d4cc8a469042
go/*: use go/types.Func.Signature and go/ast.Preorder

In the few obvious candidates that I found after a bit of grepping.

Change-Id: I36af79c46d29e4422bce1f43bbbac9db7de2001a
Reviewed-on: https://go-review.googlesource.com/c/go/+/650656
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Alan Donovan <adonovan@google.com>
Commit-Queue: Alan Donovan <adonovan@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/api/main_test.go
src/go/doc/example.go
src/go/internal/gcimporter/gcimporter_test.go
src/go/internal/gcimporter/ureader.go
src/go/internal/srcimporter/srcimporter_test.go