Skip to content

Instantly share code, notes, and snippets.

View hlubek's full-sized avatar

Christopher Hlubek hlubek

View GitHub Profile
@hlubek
hlubek / handler__handler.go
Last active September 17, 2024 12:48
Testing OpenTelemetry in Go with test helpers
package handler
// Handler handles commands
type Handler struct {
db *sql.DB
instrumentation instrumentation
}
type Deps struct {