diff options
Diffstat (limited to 'internal/testgit/util.go')
| -rw-r--r-- | internal/testgit/util.go | 5 |
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 +} |
