Skip to content
Snippets Groups Projects
Unverified Commit c62aa3e7 authored by Ayman Bagabas's avatar Ayman Bagabas
Browse files

utils: move trace to utils

Without exposing `trace`, we can't set a target to enable tracing from
out of go-git.

Fixes: https://github.com/go-git/go-git/pull/916
parent 63b586b9
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import (
"fmt"
"io"
"github.com/go-git/go-git/v5/internal/trace"
"github.com/go-git/go-git/v5/utils/trace"
)
// An Encoder writes pkt-lines to an output stream.
......
......@@ -4,7 +4,7 @@ import (
"errors"
"io"
"github.com/go-git/go-git/v5/internal/trace"
"github.com/go-git/go-git/v5/utils/trace"
)
const (
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment