This is an idea for a Twitter clone for programmers, similar to how Dribbble is twitter for designers. It'll most likely not feature any images other than people's avatars, and no videos, or audio. Just text. 'Cause we're coders.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Zed A. Shaw d49d762d73 Make the feed sorted the right way and just show a feed on the main page. 2 months ago
..
auth.go Sessions are keyed by a session_id so we can just store anything. Adding the user_id for later authorization stuff. 2 months ago
feed.go Make the feed sorted the right way and just show a feed on the main page. 2 months ago
handlers.go Rework the handlers to be organized by features. 2 months ago
message.go Rework the handlers to be organized by features. 2 months ago
restart.go Rework the handlers to be organized by features. 2 months ago