Aurora Blog
Home
Golang os: file write permission ignored on linux trybots
2025-09-21 14:03:34
2586
https://go.dev/cl/614296 includes a simple test of file permissions:os.WriteFile a file with 0o444 permissions (read-onl...
Golang Asymmetric incompatibility of functions using func[H hash.Hash](h func() H, ...) vs func(h func() hash.Hash, ...)
2025-09-21 14:03:30
3141
Some newer standard libraries like crypto/hkdf started using the generics form of func[H hash.Hash](h func() H, ...). F...
Golang proposal: go/ast: add CommentsBetween helper function
2025-09-21 14:03:27
2264
Proposal DetailsWorking with go/ast and comments is hard (inserting/moving comments), but the current API of go/ast does...
Golang x/website: code in README.md is excessively HTML escaped
2025-09-21 14:03:24
356
Go versionn/aOutput of go env in your module/workspace:n/aWhat did you do?Go to https://go.dev/src/cmd/compile/internal/...
Golang cmd/go: use os.Args[0] instead of "go" in the go command output
2025-09-21 14:03:22
4750
Proposal DetailsI'm maintaining a thin wrapper over go command called emgo. It adds to the go build command some useful ...
Golang mime: builtinTypes ".xml" defaults to "text/xml" instead of "application/xml"
2025-09-21 14:03:20
1000
Go versiongo version go1.23.0 windows/amd64Output of go env in your module/workspace:DNAWhat did you do?DNAWhat did you ...
Golang spec: methods of the embedded struct field won't be promoted in two cases
2025-09-21 14:03:15
5234
What is the URL of the page with the issue?https://go.dev/ref/spec#Struct_typesWhat is your user agent?Mozilla/5.0 (X11;...
Golang proposal: mime/multipart: add WriteFile method to mime/multipart.Writer for streamlined file uploads from io.Reader
2025-09-21 14:03:10
9974
Proposal DetailsAbstractThis proposal suggests adding a new method, WriteFile, to the mime/multipart.Writer type in the ...
Golang proposal: strings,bytes: add ReplaceOnce
2025-09-21 14:03:08
891
Proposal Detailsas there many usage of Replace(old, new, 1).I Proposal to add ReplaceOnce to strings and bytes package. ...
Golang mime/quotedprintable: single line with only period cause message truncation when used in SMTP DATA
2025-09-21 14:03:06
5492
What version of Go are you using (go version)?$ go versiongo version devel go1.21-a618094c2a Sat Jul 8 13:45:19 2023 +07...
Golang mime: ParseMediaType can parse something FormatMediaType can't reformat
2025-09-21 14:03:04
1401
During fuzzing some custom HTTP request handling of my own I discovered a Content-Type #;*0="" which mime.ParseMediaType...
Golang mime/quotedprintable: support message with long lines
2025-09-21 14:03:01
1509
What version of Go are you using (go version)?$ go versiongo version go1.14.5 darwin/amd64Does this issue reproduce with...
Golang image/jpeg: Unable to decode concatenated JPEGs (MIME-less "MJPEG")
2025-09-21 14:02:59
9547
What did you do?Wrapping ffmpeg -i <url> -c:v mjpeg -f image2pipe - in a exec.Cmd and continuously decoding the co...
Golang net/http: still return the content on malformed MIME header line
2025-09-21 14:02:57
9553
Please answer these questions before submitting your issue. Thanks!What version of Go are you using (go version)?go vers...
Golang mime: BEncoding and QEncoding don't respect the 76 character line limit in RFC2047
2025-09-21 14:02:53
5501
As a continuation of Issue #12300, mime: BEncoding and QEncoding don't respect the 76 character line limit in RFC2047.He...
Golang x/tools/cmd/gorename: allow renaming to builtins
2025-09-21 14:02:38
5995
What did you do?While trying to rename a variable (func, etc..) to real the gorename tool panics.Suppose you have a main...
Golang x/tools/cmd/gorename: unsure how to use -from to specify renaming test
2025-09-21 14:02:36
999
What did you do?Created a simple package "foo" in $GOPATH/src/foo with a single go file foo_test.go:package foo_testcons...
Golang x/tools/cmd/gorename: TestGeneratedFiles failures
2025-09-21 14:02:33
2498
#!watchflakesdefault <- pkg == "golang.org/x/tools/cmd/gorename" && test == "TestGeneratedFile...
Golang x/tools/cmd/gorename: creates a pkg/mod inside $GOPATH
2025-09-21 14:02:30
22774
What version of Go are you using (go version)?$ go versiongo version go1.13 darwin/amd64Does this issue reproduce with t...
Golang x/tools/cmd/gorename: rename failure sometimes wipes files clean
2025-09-21 14:02:28
2900
What version of Go are you using (go version)?go version go1.12.2 windows/amd64Does this issue reproduce with the latest...
上一页
下一页
1
…
30
31
32
33
34
…
367
.