this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix goat Sprintf lint

+1 -1
+1 -1
cmd/goat/util.go
··· 72 72 73 73 // returns a pointer because that is what xrpc.Client expects 74 74 func userAgent() *string { 75 - s := fmt.Sprintf("goat/" + versioninfo.Short()) 75 + s := fmt.Sprintf("goat/%s", versioninfo.Short()) 76 76 return &s 77 77 }