Noah Petherbridge
2a8a1df6ab
* Initial codebase (lot of work!) * Uses vanilla Go net/http and implements by hand: session cookies backed by Redis; log in/out; CSRF protection; email verification flow; initial database models (User table)
4 lines
42 B
Go
4 lines
42 B
Go
package gosocial
|
|
|
|
const Version = "0.0.1"
|