Skip to content

gomatic/opinionated

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

It's ... opinionated ... Go

Build Status

A starter Go/Web application framework in the style of hackathon-starter. Started in response to this reddit.

See the wiki for design ideas and goals.

TODO

Server

  • basic server on goa
    • static files
  • middlewares
    • logging
    • caching
    • headers
  • tls
  • tests
  • auth
    • facebook
    • google
    • twitter
    • github
    • linkedin
    • instagram
  • persistence

Client

  • landing page
  • tests
  • auth
    • facebook
    • google
    • twitter
    • github
    • linkedin
    • instagram
  • demos
    • websocket chat
    • todo list