To reduce bot traffic you must login to view /lordwelch/glauth/src/commit/3c13df3fbf03926dda1f0fa181ac9ce23c2709b4/v2/pkg/server/server.go.
The GitHub login only links via username.
Files
glauth/v2/pkg/stats/stringer.go

6 lines
106 B
Go

package stats
type Stringer string
func (s Stringer) String() string { return "\"" + string(s) + "\"" }