Run gofmt -s on source files

This commit is contained in:
Andreas Deininger 2023-03-10 20:18:41 +01:00 committed by Bjørn Erik Pedersen
parent b6f44aaf1a
commit d55af2abf0
8 changed files with 7 additions and 9 deletions

View file

@ -23,7 +23,7 @@ import (
// Additional features are:
// * it can be reset, so the action can be repeated if needed
// * it has methods to check if it's done or in progress
//
type onceMore struct {
mu sync.Mutex
lock uint32