index
:
~runxiyu
/
furgit.git
this commit
legacy
main
Git library in pure Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
testgit
/
util.go
blob: 361d772502ada76303ed30c53118c69d1ce77efd (
about
) (
plain
) (
blame
)
1
2
3
4
5
package
testgit
func
String
(
b
[]
byte
,
err
error
)
(
string
,
error
)
{
return
string
(
b
),
err
}