Skip to content

Commit c79efb5

Browse files
committed
Re-formating to single-sentence-per-source-line
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent 3a33938 commit c79efb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/B-embedding-git/sections/go-git.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
=== go-git
22

33
(((go-git)))((("Go")))
4-
In case you want to integrate Git into a service written in Golang, there also is a pure Go library implementation. In contrast to using a Libgit2 bindings, this implementation does not have any native dependencies, not prone to memory management errors and is transparent for standard Golang performance analysis tooling like CPU, Memory profilers, race detector, etc.
4+
In case you want to integrate Git into a service written in Golang, there also is a pure Go library implementation.
5+
In contrast to using a Libgit2 bindings, this implementation does not have any native dependencies, not prone to memory management errors and is transparent for standard Golang performance analysis tooling like CPU, Memory profilers, race detector, etc.
56

67
go-git is focused on extensibility, compatibility and supports most of the plumbing APIs, which is documented https://github.com/src-d/go-git/blob/master/COMPATIBILITY.md[]
78

0 commit comments

Comments
 (0)