Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Use real import in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Shkuro committed Mar 2, 2016
1 parent 3def36d commit d163e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IntelliJ project files
.idea/
api-go.iml
api-go.ipr
api-go.iws
opentracing-go.iml
opentracing-go.ipr
opentracing-go.iws

# Test results
*.cov
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ demonstrating some important use cases.
The simplest starting point is `./default_tracer.go`. As early as possible, call

```go
import ".../opentracing-go"
import "github.com/opentracing/opentracing-go"
import ".../some_tracing_impl"

func main() {
Expand Down

0 comments on commit d163e78

Please sign in to comment.