go fmt
Eric Davis 4 months ago 4660f09d 75d5677a
··· 28 } 29 30 repost := FeedRepost{ 31 - ID: string(uri), 32 CreatedAt: out.CreatedAt, 33 } 34
··· 28 } 29 30 repost := FeedRepost{ 31 + ID: string(uri), 32 CreatedAt: out.CreatedAt, 33 } 34