Skip to content

Commit

Permalink
yet another try
Browse files Browse the repository at this point in the history
  • Loading branch information
skatiyar committed Jul 13, 2015
1 parent ef06356 commit da379a3
Show file tree
Hide file tree
Showing 48 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion entrapped-cmd/main.go → cmd/entrapped/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/SKatiyar/entrapped"
"github.com/SKatiyar/entrapped/server"
"os"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion entrapped.go → server/entrapped.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package entrapped

import (
"github.com/SKatiyar/entrapped/Godeps/_workspace/src/github.com/julienschmidt/httprouter"
"github.com/SKatiyar/entrapped/server/Godeps/_workspace/src/github.com/julienschmidt/httprouter"
"net/http"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion troopers.go → server/troopers.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package entrapped

import (
"github.com/SKatiyar/entrapped/Godeps/_workspace/src/github.com/gorilla/websocket"
"github.com/SKatiyar/entrapped/server/Godeps/_workspace/src/github.com/gorilla/websocket"
"net/http"
"time"
)
Expand Down
File renamed without changes.

0 comments on commit da379a3

Please sign in to comment.