aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/util.go')
-rw-r--r--internal/testgit/util.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/testgit/util.go b/internal/testgit/util.go
new file mode 100644
index 00000000..361d7725
--- /dev/null
+++ b/internal/testgit/util.go
@@ -0,0 +1,5 @@
+package testgit
+
+func String(b []byte, err error) (string, error) {
+ return string(b), err
+}