mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 04:57:29 -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/code.superseriousbusiness.org/activity/pub/clock.go
generated
vendored
Normal file
11
vendor/code.superseriousbusiness.org/activity/pub/clock.go
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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