Golang proxy.golang.org:xD

Comment From: gabyhelpRelated Issuesproxy.golang.org: #57452 (closed) proxy.golang.org: #54574 (closed) proxy.golang.o...

Golang x/tools/gopls: impossible nil deref in reflect package

#!stacks"sigpanic" && "reflect.(*rtype).common" && "reflect.(*rtype).Implements...

Golang x/tools/gopls/internal/analysis/modernize: apply modernizations for TrimPrefix to TrimSuffix too

I ran modernize on typescript-go, which caught this code:if str := strings.TrimPrefix(msg, "Found 'package.json' at...

Golang go version creates read-only files

Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang go version is slow and creates junk files

Go versiongo version go1.23.0 darwin/arm64Output of go env in your module/workspace:GO111MODULE=''GOARCH='arm64'GOBIN=''...

Golang x/telemetry/config: collect gopls/telemetryprompt/accepted

SummaryFrom gopls, we ask a select fraction of users to enable telemetry via an LSP prompt (a showMessageRequest dialog)...

Golang build: adopt Go 1.17 as bootstrap toolchain for Go 1.20

I propose that starting with the Go 1.18 dev cycle, we require Go 1.16 as the Go bootstrap version (instead of Go 1.4).W...

Golang x/tools/gopls/internal/analysis/modernize: replace a string += string loop by strings.Builder

@jakebailey's GopherCon talk mentioned the fact that string += string in TypeScript is a constant-time operation; this i...

Golang syscall: caching RLIMIT_NOFILE is wrong implementation

Go versiongo version go1.20.13 linux/amd64Output of go env in your module/workspace:GO111MODULE=""GOARCH=&quot...

Golang encoding/base64: improve documentation on decoding to a short dst

As seen in the issue #50117, providing a dst slice that is valid in size (a multiple of what base64 data decode into) bu...

Golang cmd/compile: intrinsify reflect.TypeFor

I was wondering how much better it is to use TypeFor (a static operation) versus TypeOf, when the type is known statical...

Golang cmd/compile: inline reflect.TypeOf (or make it intrinsic)

@randall77 was mentioning the compiler maybe inlining reflect.TypeOf calls the other day. Or somebody was.Today I ran ac...

Golang proposal: spec: error handling with check err

Go Programming ExperienceIntermediateOther Languages Experiencejs,javaRelated Idea[ ] Has this idea, or one like it, bee...

Golang proposal: iters: package with convenience methods for iter.Seq and iter.Seq2

Proposal Detailsiter.Seq and iter.Seq2 open a wide range of possibilities to provide iterable views of data structures w...

Golang proposal: spec: permit conversion of []A to []B if A and B have same underlying type modulo struct tags

Background: It is not uncommon to need to convert a value of slice type []A to type []B, where A and B have the same rep...

Golang cmd/compile: functions that involve a lot of constant folding are not inlined

Go versiongo version go1.25.0 linux/amd64Output of go env in your module/workspace:AR='ar'CC='gcc'CGO_CFLAGS='-O2 -g'CGO...

Golang cmd/compiler: generics code loses nil-ness of interface in sub-call

Go versiongo version go1.22.6 darwin/arm64Output of go env in your module/workspace:-What did you do?Please see https://...

Gin random bytedance dependency (potentially) injected into github.com/gin-gonic/gin/internal/json

Good day,While reviewing some of my go.mod files, I have noticed these indirect dependencies: github.com/bytedance/so...

Apache Dubbo [Feature] StringUtils.isNumeric: add optional +/- sign support (backward compatible)

Update (2025-08-31): Clarify the scope and implementation plan.- We will keep the original method isNumeric(String, bool...

MyBatis-Plus springboot启动报错factoryBeanObjectType问题

确认[x] 我使用的版本是最新版, 并且使用插件确认过项目里无依赖版本冲突[x] 我已经在 issue 中搜索过, 确认问题没有被提出过[x] 我已经修改标题, 将标题中的 描述 替换为遇到的问题(不得删除 描述 前面的部分)当前程序版本3...
上一页 下一页
.