index
:
~runxiyu
/
furgit.git
this commit
master
next
Git library in pure Go
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ref
/
store
/
files
/
transaction_abort.go
blob: cb82e4bf975d6a8b75e02d628ad8a3fc27014162 (
about
) (
plain
) (
blame
)
1
2
3
package
files
func
(
tx
*
Transaction
)
Abort
()
error
{
return
nil
}