Pinned Loading
-
go101/go101
go101/go101 PublicAn up-to-date (unofficial) knowledge base for Go programming self learning
-
go101/golds
go101/golds PublicAn experimental Go local docs server/generator and code reader implemented with some fresh ideas.
-
go101/gotv
go101/gotv PublicA tool used to manage installations of multiple Go toolchain versions
-
go101/nstd
go101/nstd PublicA single-package Go module which provides some missing types and functions in the standard library.
Go 8
-
go101/immutable-value-proposal
go101/immutable-value-proposal PublicA proposal to support read-only and immutable values in Go
-
142 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
February 2025
Created 9 commits in 4 repositories
Created an issue in golang/go that received 8 comments
runtime: recover calls in loop body of ranging over iterators doesn't take effect
Go version
go version go1.24.0 linux/amd64
Output of go env
in your module/workspace:
.
What did you do?
package main import "fmt" func main() { defer
8
comments
Opened 2 other issues in 2 repositories
golang/go
1
open
-
cmd/compile,wiki: clarify whether or not the panics created in loop bodies should propagate to function iterators
This contribution was made on Feb 19
spq/pkappa2
1
open
-
Is there any performance downgrade problem since the Go version was upgraded to 1.22?
This contribution was made on Feb 7