Block or Report
Block or report sashamelentyev
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
avelino/awesome-go Public
A curated list of awesome Go frameworks, libraries and software
-
-
usestdlibvars Public
A linter that detect the possibility to use variables/constants from the Go standard library.
-
1,522 contributions in the last year
We're celebrating 100 million developers!
Less
More
Contribution activity
January 2023
Created 33 commits in 8 repositories
Created 2 repositories
Created a pull request in sourcegraph/conc that received 5 comments
Opened 31 other pull requests in 7 repositories
sourcegraph/conc
15
merged
3
closed
- Use require insteed of assert
- Mark tests as parallel when it possible. Add tparallel lint
- Rename StreamTask to Task in description
- Add number of input as var
- Add godot
- Add missed dot
- Mark more tests as parallel
- Add simple Makefile with CI steps
- Rename StreamTask
- Change stream constructor description
- Remove panic from root
- Remove redundant type
- Init err in MapErr once
- Add missed dots
- Add simple golangci lint config
- Add race
- Use wg ctor
- Add WaitGroup constructor