Skip to content

Commit

Permalink
Re-formating to single-sentence-per-source-line
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bezzubov <[email protected]>
  • Loading branch information
bzz committed Mar 7, 2018
1 parent 3a33938 commit c79efb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/B-embedding-git/sections/go-git.asc
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
=== go-git

(((go-git)))((("Go")))
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.
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.

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[]

Expand Down

0 comments on commit c79efb5

Please sign in to comment.