Rocking github.com/sourcegraph/thesrc template
- Working in client, router, and basic models (user)
This commit is contained in:
parent
a1d954d5fd
commit
da7be2e150
10 changed files with 533 additions and 0 deletions
7
api/api.go
Normal file
7
api/api.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package api
|
||||
|
||||
import "github.com/gorilla/mux"
|
||||
|
||||
func Handler() *mux.Router {
|
||||
return mux.NewRouter()
|
||||
}
|
Reference in a new issue