mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 16:27:30 -06:00
[chore] github.com/superseriousbusiness/activity -> codeberg.org/superseriousbusiness/activity (#3853)
This commit is contained in:
parent
4c9901fc03
commit
e2e185d10b
801 changed files with 4225 additions and 4026 deletions
15
vendor/codeberg.org/superseriousbusiness/activity/pub/version.go
generated
vendored
Normal file
15
vendor/codeberg.org/superseriousbusiness/activity/pub/version.go
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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