mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-22 23:42:58 -06:00
[chore] Move deps to code.superseriousbusiness.org (#4054)
This commit is contained in:
parent
8aba20fb72
commit
723c0af647
955 changed files with 1970 additions and 3639 deletions
15
vendor/codeberg.org/superseriousbusiness/activity/pub/version.go
generated
vendored
15
vendor/codeberg.org/superseriousbusiness/activity/pub/version.go
generated
vendored
|
|
@ -1,15 +0,0 @@
|
|||
package pub
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
const (
|
||||
// Version string, used in the User-Agent
|
||||
version = "v1.0.0"
|
||||
)
|
||||
|
||||
// goFedUserAgent returns the user agent string for the go-fed library.
|
||||
func goFedUserAgent() string {
|
||||
return fmt.Sprintf("(go-fed/activity %s)", version)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue