func fmt.Sscanf
3 uses
fmt (current package)
scan.go#L113: func Sscanf(str string, format string, a ...any) (n int, err error) {
golang.org/x/tools/go/packages
packages.go#L964: if _, err := fmt.Sscanf(runtime.Version(), "go1.%d", &runtimeVersion); err == nil && runtimeVersion < lpkg.goVersion {
golang.org/x/tools/internal/gocommand
version.go#L53: if _, err := fmt.Sscanf(tags[i], "go1.%d", &version); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)