diff --git a/unitelsql/hooks.go b/unitelsql/hooks.go index 5ce6a14..44a8a73 100644 --- a/unitelsql/hooks.go +++ b/unitelsql/hooks.go @@ -20,9 +20,7 @@ import ( // TODO: Port to github.com/loghole/dbhook for proper error handling -const ( - sqlClientID = unitelutils.Base + "#TracedSQL@" + unitelutils.Version -) +const sqlClientID = unitelutils.Base + "#TracedSQL@" + unitelutils.Version type dbCtxKeyT struct{}