Rocking github.com/sourcegraph/thesrc template

- Working in client, router, and basic models (user)
This commit is contained in:
Matthew Dillon 2014-09-23 16:39:45 -08:00
parent a1d954d5fd
commit da7be2e150
10 changed files with 533 additions and 0 deletions

7
api/api.go Normal file
View file

@ -0,0 +1,7 @@
package api
import "github.com/gorilla/mux"
func Handler() *mux.Router {
return mux.NewRouter()
}