Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed import path problems
  • Loading branch information
swithek committed Jul 30, 2019
1 parent 1900ea8 commit 2dd69f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/example/main.go
Expand Up @@ -4,9 +4,10 @@ import (
"html/template"
"log"
"net/http"
"sessionup"
"sessionup/memstore"
"time"

"github.com/swithek/sessionup"
"github.com/swithek/sessionup/memstore"
)

var users = map[string]struct{}{}
Expand Down

0 comments on commit 2dd69f9

Please sign in to comment.