Skip to content

Commit

Permalink
Slight improvement to doc.go for go-restful to meet docs requirement (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
evantorrie authored Jul 5, 2020
1 parent 412a4a8 commit e24f778
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions instrumentation/github.com/emicklei/go-restful/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
// package (https://github.com/emicklei/go-restful).
//
// Instrumentation of an incoming request is achieved via a go-restful
// FilterFunc which may be applied at the container level, at the
// webservice level or at a route level
// FilterFunc called `OTelFilterFunc` which may be applied at any one of
// * the container level
// * webservice level
// * route level
package restful // import "go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful"

0 comments on commit e24f778

Please sign in to comment.