<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.go/lib/git/git_example_test.go, branch dev</title>
<subtitle>Collections of packages and tools for working with Go programming language.</subtitle>
<id>http://git.kilabit.info/pakakeh.go/atom?h=dev</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.go/atom?h=dev'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/'/>
<updated>2026-01-06T07:56:07Z</updated>
<entry>
<title>lib/git: implement Equaler interface on Git</title>
<updated>2026-01-06T07:56:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-05T14:47:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=f9567f0d4fc5cf6d0e1cea2d22289250c6b1cb2b'/>
<id>urn:sha1:f9567f0d4fc5cf6d0e1cea2d22289250c6b1cb2b</id>
<content type='text'>
The Equaler interface provide the method Equal that when implemented
can be used to compare two instances of struct.
</content>
</entry>
<entry>
<title>lib/git: add Git type with method IsIgnored</title>
<updated>2026-01-06T07:56:07Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2026-01-01T17:40:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=18be916ab6f8911fd23d8f0a91f5a26f3c07f636'/>
<id>urn:sha1:18be916ab6f8911fd23d8f0a91f5a26f3c07f636</id>
<content type='text'>
The Git type is for working with single git repository.

The [Git.IsIgnored] method is to check if the `path` is ignored by
git.
This is processed by matching it with all of the pattern in the
".gitignore" file from the path directory and its parent until the
root of Git repository.
</content>
</entry>
</feed>
