Skip to content

Commit

Permalink
Rename httptrace
Browse files Browse the repository at this point in the history
  • Loading branch information
gabsn committed Aug 17, 2017
1 parent c0c7245 commit fbc62be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package httptrace_test
package http_test

import (
"net/http"

"github.com/DataDog/dd-trace-go/tracer/contrib/net/httptrace"
httptrace "github.com/DataDog/dd-trace-go/libs/net/http"
)

func handler(w http.ResponseWriter, r *http.Request) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package httptrace
package http

import (
"net/http"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package httptrace
package http

import (
"net/http"
Expand Down

0 comments on commit fbc62be

Please sign in to comment.