Skip to content

Commit b337d66

Browse files
authored
refactor(cbor): move debug from utils to cbor package (#1128)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent c90352f commit b337d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/debug.go renamed to cbor/debug.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package utils
15+
package cbor
1616

1717
import (
1818
"bytes"

0 commit comments

Comments
 (0)