Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

go doc behaviour change for builtin package #75189

Closed as duplicate of#74871
Closed as duplicate of#74871
@dgsb

Description

What version of Go are you using (go version)?

$ go version
go version go1.25.0 darwin/arm64

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
AR='ar'
CC='cc'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_ENABLED='1'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
CXX='c++'
GCCGO='gccgo'
GO111MODULE=''
GOARCH='arm64'
GOARM64='v8.0'
GOAUTH='netrc'
GOBIN=''
GOCACHE='/Users/dbariod/Library/Caches/go-build'
GOCACHEPROG=''
GODEBUG=''
GOENV='/Users/dbariod/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFIPS140='off'
GOFLAGS=''
GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/c9/mfv277q10gj6srz5hfm4pmyw0000gn/T/go-build792111457=/tmp/go-build -gno-record-gcc-switches -fno-common'
GOHOSTARCH='arm64'
GOHOSTOS='darwin'
GOINSECURE=''
GOMOD='/dev/null'
GOMODCACHE='/Users/dbariod/gopath/pkg/mod'
GONOPROXY='github.com/DensityCo'
GONOSUMDB='github.com/DensityCo'
GOOS='darwin'
GOPATH='/Users/dbariod/gopath'
GOPRIVATE='github.com/DensityCo'
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/opt/homebrew/Cellar/go/1.25.0/libexec'
GOSUMDB='sum.golang.org'
GOTELEMETRY='off'
GOTELEMETRYDIR='/Users/dbariod/Library/Application Support/go/telemetry'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/opt/homebrew/Cellar/go/1.25.0/libexec/pkg/tool/darwin_arm64'
GOVCS=''
GOVERSION='go1.25.0'
GOWORK=''
PKG_CONFIG='pkg-config'
uname -v: Darwin Kernel Version 24.5.0: Tue Apr 22 19:53:27 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T6041
ProductName:		macOS
ProductVersion:		15.5
BuildVersion:		24F74
lldb --version: lldb-170009.502
Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700013.5)

What did you do?

go doc builtin delete

What did you expect to see?

The documentation for the function.

What did you see instead?

$ go doc builtin delete
doc: no symbol delete in package builtin

The function documentation is still visible with the -u flag though, but it's an unfortunate change

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /