mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 10:43:02 -06:00
Update dependencies (#333)
This commit is contained in:
parent
ce22e03f9d
commit
182b4eea73
848 changed files with 377869 additions and 107280 deletions
2
vendor/codeberg.org/gruf/go-logger/clock.go
generated
vendored
2
vendor/codeberg.org/gruf/go-logger/clock.go
generated
vendored
|
|
@ -12,7 +12,7 @@ var (
|
|||
clockOnce = sync.Once{}
|
||||
)
|
||||
|
||||
// startClock starts the global nowish clock
|
||||
// startClock starts the global nowish clock.
|
||||
func startClock() {
|
||||
clockOnce.Do(func() {
|
||||
clock.Start(time.Millisecond * 10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue