tangled
alpha
login
or
join now
oppi.li
/
indigo
fork of indigo with slightly nicer lexgen
0
fork
atom
overview
issues
pulls
pipelines
fix goat Sprintf lint
bnewbold.net
6 months ago
7a062a9f
c4909fe1
options
unified
split
Changed files
+1
-1
cmd
goat
util.go
+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
75
-
s := fmt.Sprintf("goat/" + versioninfo.Short())
75
75
+
s := fmt.Sprintf("goat/%s", versioninfo.Short())
76
76
return &s
77
77
}