Skip to content

Commit

Permalink
* Fix example paths to use local source
Browse files Browse the repository at this point in the history
  • Loading branch information
RangelReale committed Sep 11, 2013
1 parent ff5662b commit 64849cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/complete/complete.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package main

import (
example ".."
osin "../.."
"encoding/json"
"errors"
"fmt"
"github.com/RangelReale/osin"
"github.com/RangelReale/osin/example"
"net/http"
"net/url"
)
Expand Down
4 changes: 2 additions & 2 deletions example/simple/simple.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package main

import (
example ".."
osin "../.."
"encoding/json"
"errors"
"fmt"
"github.com/RangelReale/osin"
"github.com/RangelReale/osin/example"
"net/http"
"net/url"
)
Expand Down
2 changes: 1 addition & 1 deletion example/teststorage.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package example

import (
osin ".."
"errors"
"fmt"
"github.com/RangelReale/osin"
)

type TestStorage struct {
Expand Down

0 comments on commit 64849cf

Please sign in to comment.