mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 11:17:30 -06:00
[chore] Move deps to code.superseriousbusiness.org (#4054)
This commit is contained in:
parent
68ed7aba25
commit
ffde1b150f
955 changed files with 1970 additions and 3639 deletions
11
vendor/codeberg.org/superseriousbusiness/activity/pub/clock.go
generated
vendored
11
vendor/codeberg.org/superseriousbusiness/activity/pub/clock.go
generated
vendored
|
|
@ -1,11 +0,0 @@
|
|||
package pub
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// Clock determines the time.
|
||||
type Clock interface {
|
||||
// Now returns the current time.
|
||||
Now() time.Time
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue