Skip to content

Commit

Permalink
example: resolved package naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Aug 6, 2016
1 parent a92c755 commit 4d1caeb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fosite-example/pkg/handler_app_callback.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package store
package pkg

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion fosite-example/pkg/handler_home.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package store
package pkg

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion fosite-example/pkg/handler_oauth2_client_flow.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package store
package pkg

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion fosite-example/pkg/handler_oauth2_owner_flow.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package store
package pkg

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion fosite-example/pkg/store.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package store
package pkg

import (
"github.com/ory-am/fosite"
Expand Down

0 comments on commit 4d1caeb

Please sign in to comment.