1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-05 09:53:21 +08:00

Change import paths

Add session cleanup
This commit is contained in:
Jonathan Leibiusky (@xetorthio)
2016-10-08 10:25:10 +02:00
parent 0d693b344c
commit b6b849e2c6
9 changed files with 32 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import (
"log"
"net/http"
"github.com/xetorthio/play-with-docker/services"
"github.com/franela/play-with-docker/services"
)
func NewSession(rw http.ResponseWriter, req *http.Request) {