GoAT Site is library that implements Standard.site in Go.
atprotocol standard-site atproto library
1
fork

Configure Feed

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

build(go): update to xrpc v0.3.0

+4 -6
+1 -1
go.mod
··· 5 5 require ( 6 6 golang.org/x/net v0.52.0 7 7 pgregory.net/rapid v1.2.0 8 - tangled.org/anhgelus.world/xrpc v0.2.0 8 + tangled.org/anhgelus.world/xrpc v0.3.0 9 9 )
+2 -4
go.sum
··· 2 2 golang.org/x/net v0.52.0/go.mod h1:R1MAz7uMZxVMualyPXb+VaqGSa3LIaUqk0eEt3w36Sw= 3 3 pgregory.net/rapid v1.2.0 h1:keKAYRcjm+e1F0oAuU5F5+YPAWcyxNNRK2wud503Gnk= 4 4 pgregory.net/rapid v1.2.0/go.mod h1:PY5XlDGj0+V1FCq0o192FdRhpKHGTRIWBgqjDBTrq04= 5 - tangled.org/anhgelus.world/xrpc v0.1.0 h1:IFPgCf2c5j6c5IJmUx/Jid0MZdYJRxlxYAoLMF+nMRs= 6 - tangled.org/anhgelus.world/xrpc v0.1.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw= 7 - tangled.org/anhgelus.world/xrpc v0.2.0 h1:8KGSgMM0ppVi+VomeRcZrtxDaumpV6TmEoKc7vR4zt8= 8 - tangled.org/anhgelus.world/xrpc v0.2.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw= 5 + tangled.org/anhgelus.world/xrpc v0.3.0 h1:oxCLd9RtUXsl/2XJTl7Lv0voh/v/INnxpTyQmM64VII= 6 + tangled.org/anhgelus.world/xrpc v0.3.0/go.mod h1:DW43uo9DKZHVN9fiH6lAYVQ+0cfSLoceo7aE5lE1jjw=
+1 -1
lexicons_test.go
··· 20 20 if dir == nil { 21 21 dir = atproto.NewDirectory(http.DefaultClient, net.DefaultResolver) 22 22 } 23 - return xrpc.NewClient(http.DefaultClient, dir) 23 + return xrpc.NewClient(http.DefaultClient, dir, "GoAT Site tests v0.1.2 (Linux; Tangled Spindle; +https://tangled.org/anhgelus.world/goat-site/)") 24 24 } 25 25 26 26 func genTime(t *rapid.T, label string) time.Time {