Paul Meyer
|
86906ac536
|
Use atomic.Bool, added in Go 1.19
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
|
2022-10-28 16:06:53 +02:00 |
|
Fabian Kammel
|
369480a50b
|
Feat/revive (#212)
* enable revive as linter
* fix var-naming revive issues
* fix blank-imports revive issues
* fix receiver-naming revive issues
* fix exported revive issues
* fix indent-error-flow revive issues
* fix unexported-return revive issues
* fix indent-error-flow revive issues
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
|
2022-10-05 15:02:46 +02:00 |
|
Thomas Tendyck
|
bd63aa3c6b
|
add license headers
sed -i '1i/*\nCopyright (c) Edgeless Systems GmbH\n\nSPDX-License-Identifier: AGPL-3.0-only\n*/\n' `grep -rL --include='*.go' 'DO NOT EDIT'`
gofumpt -w .
|
2022-09-05 09:17:25 +02:00 |
|
Malte Poll
|
cce2611e2a
|
Simplify node lock and various small changes
Co-authored-by: Fabian Kammel <fabian@kammel.dev>
Co-authored-by: Daniel Weiße <66256922+daniel-weisse@users.noreply.github.com>
|
2022-07-14 17:25:18 +02:00 |
|