this repo has no description
0
fork

Configure Feed

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

rename atproto/label to atproto/labeling

+3 -3
+1 -1
atproto/label/cbor_gen.go atproto/labeling/cbor_gen.go
··· 1 1 // Code generated by github.com/whyrusleeping/cbor-gen. DO NOT EDIT. 2 2 3 - package label 3 + package labeling 4 4 5 5 import ( 6 6 "fmt"
+1 -1
atproto/label/label.go atproto/labeling/label.go
··· 1 - package label 1 + package labeling 2 2 3 3 import ( 4 4 "bytes"
+1 -1
atproto/label/label_test.go atproto/labeling/label_test.go
··· 1 - package label 1 + package labeling 2 2 3 3 import ( 4 4 "encoding/json"