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 c8b60a6aa5 Sessions are keyed by a session_id so we can just store anything. Adding the user_id for later authorization stuff. 3 days ago
..
auth.go Sessions are keyed by a session_id so we can just store anything. Adding the user_id for later authorization stuff. 3 days ago
feed.go Rework the handlers to be organized by features. 3 days ago
handlers.go Rework the handlers to be organized by features. 3 days ago
message.go Rework the handlers to be organized by features. 3 days ago
restart.go Rework the handlers to be organized by features. 3 days ago