index
:
go/containers
main
Package typedsync is an alternative to the standard library's sync that uses type-parameters for type safety.
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.golangci.yml
Age
Commit message (
Collapse
)
Author
2023-01-31
.golangci.yml: Turn off varnamelen
Luke Shumaker
2023-01-26
Set up as a separate repo
v0.0.1
Luke Shumaker
2023-01-05
rebuildnodes: Support graceful shutdown
Luke Shumaker
2023-01-01
lint: Set exclude-use-default=false
Luke Shumaker
2023-01-01
.golangci.yml: Organize disabled linters
Luke Shumaker
2023-01-01
lint: Turn on whitespace
Luke Shumaker
2023-01-01
lint: Turn on unconvert
Luke Shumaker
2023-01-01
lint: Turn on tagliatelle
Luke Shumaker
2023-01-01
lint: Turn on stylecheck
Luke Shumaker
2023-01-01
lint: Turn on predeclared
Luke Shumaker
2023-01-01
lint: Turn on paralleltest
Luke Shumaker
2023-01-01
lint: Turn on nilerr
Luke Shumaker
2023-01-01
lint: Turn on nakedret
Luke Shumaker
2023-01-01
lint: Turn on misspell
Luke Shumaker
2023-01-01
lint: Turn on gomoddirectives
Luke Shumaker
2023-01-01
lint: Turn on gomnd
Luke Shumaker
2023-01-01
lint: Turn on gofumpt
Luke Shumaker
All edits to .go files are made by `tools/bin/golangci-lint run --fix ./...`, not by me as a human.
2023-01-01
lint: Turn on gocritic
Luke Shumaker
2023-01-01
lint: Turn on gci
Luke Shumaker
2023-01-01
lint: Turn on forcetypeassert
Luke Shumaker
2023-01-01
lint: Turn on errorlint
Luke Shumaker
2023-01-01
lint: Turn on dupword
Luke Shumaker
2023-01-01
lint: Turn on dogsled
Luke Shumaker
2023-01-01
lint: Turn on containedctx
Luke Shumaker
2023-01-01
lint: Tighten up the nolintlint configuration
Luke Shumaker
2023-01-01
.golangci.yml: Turn on all passing non-deprecated linters
Luke Shumaker
2023-01-01
.golangci.yml: Don't limit the output
Luke Shumaker
2022-12-26
tree-wide: Outlaw fmt.Print, force textui
Luke Shumaker
2022-07-10
Add license and copyright info
Luke Shumaker
2022-07-08
Add a Makefile that runs lint and stuff
Luke Shumaker