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 9d9205f76f Forgot these. 3 days ago
admin Switch to using MY/ prefix on the site. 3 days ago
api Sessions are keyed by a session_id so we can just store anything. Adding the user_id for later authorization stuff. 3 days ago
common Initial commit with a simple starter UI for mobile. 3 weeks ago
config Initial commit with a simple starter UI for mobile. 3 weeks ago
data Implement posting a message. 2 weeks ago
migrations Forgot these. 3 days ago
pages Switch to using MY/ prefix on the site. 3 days ago
static And now you can view a post. 2 weeks ago
tests Switch to using MY/ prefix on the site. 3 days ago
views And now you can view a post. 2 weeks ago
.gitignore Initial commit with a simple starter UI for mobile. 3 weeks ago
LICENSE Initial commit with a simple starter UI for mobile. 3 weeks ago
Makefile Rework the handlers to be organized by features. 3 days ago
README.md Switch to using MY/ prefix on the site. 3 days ago
config_example.toml Initial commit with a simple starter UI for mobile. 3 weeks ago
go.mod Switch to using MY/ prefix on the site. 3 days ago
go.sum And now air is completely dead to me. Time for a new project. 3 days ago
main.go Switch to using MY/ prefix on the site. 3 days ago
restart.ps1 Forgot these. 3 days ago
ssgod.toml More complete UI prototype laid out and ready to get working. 2 weeks ago

README.md

Twitter For Coders

No idea what this will be, just mostly a demo/starter-kit for my Go course.