<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pakakeh.go, branch v0.1.0</title>
<subtitle>Collections of packages and tools for working with Go programming language.</subtitle>
<id>http://git.kilabit.info/pakakeh.go/atom?h=v0.1.0</id>
<link rel='self' href='http://git.kilabit.info/pakakeh.go/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/'/>
<updated>2018-11-29T02:40:09Z</updated>
<entry>
<title>Release v0.1.0</title>
<updated>2018-11-29T02:40:09Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-29T01:31:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=5b502bae6022b12a500cca1d6d842235aeff730f'/>
<id>urn:sha1:5b502bae6022b12a500cca1d6d842235aeff730f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>README: update the formatting</title>
<updated>2018-11-29T01:31:30Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-29T01:31:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=df78f9b1377a038663fbcb024dbe11f617922d42'/>
<id>urn:sha1:df78f9b1377a038663fbcb024dbe11f617922d42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/git: add "--force" option to fetch command</title>
<updated>2018-11-29T01:28:48Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-29T01:28:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=f28840b34bf8563b50e9275f6e620bcc98307acc'/>
<id>urn:sha1:f28840b34bf8563b50e9275f6e620bcc98307acc</id>
<content type='text'>
Rarely, new references may have been replaced the old one, which cause
the fetch command failed.
</content>
</entry>
<entry>
<title>all: fixes warning from linters</title>
<updated>2018-11-28T23:16:30Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-28T23:16:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=4082ef4d06a83437c4f9f6338ad08384e8e3c0b4'/>
<id>urn:sha1:4082ef4d06a83437c4f9f6338ad08384e8e3c0b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>README: update with latest packages in lib</title>
<updated>2018-11-28T22:47:57Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-28T22:47:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=78623da92e170924f4369aeb6288e6d2be1278ea'/>
<id>urn:sha1:78623da92e170924f4369aeb6288e6d2be1278ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: fix warning from linters</title>
<updated>2018-11-28T22:47:34Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-28T22:47:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=1142ce7ab193d9b8c67f313be197dd0d5cf38592'/>
<id>urn:sha1:1142ce7ab193d9b8c67f313be197dd0d5cf38592</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/memfs: add documentation and example for New</title>
<updated>2018-11-28T02:52:09Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-28T02:52:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=06f2f9100602fd97a355b1c5c6e469ef221748b4'/>
<id>urn:sha1:06f2f9100602fd97a355b1c5c6e469ef221748b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/memfs: add field content type to node</title>
<updated>2018-11-24T17:37:03Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-24T17:37:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=f7b91055566efbd59fb371046067a5795bdc8002'/>
<id>urn:sha1:f7b91055566efbd59fb371046067a5795bdc8002</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/memfs: read symbolic link as actual file</title>
<updated>2018-11-24T16:18:52Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-24T16:18:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=e07d563d524c168e98893a85ce091f68921410f5'/>
<id>urn:sha1:e07d563d524c168e98893a85ce091f68921410f5</id>
<content type='text'>
Also,

- export node type and their fields.
- return Node instead of content of file on Get()
</content>
</entry>
<entry>
<title>memfs: library for mounting local file system to memory</title>
<updated>2018-11-04T12:23:21Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2018-11-04T12:23:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/pakakeh.go/commit/?id=05b02c7b1b4d0428506089d5aadb77c6732c3d79'/>
<id>urn:sha1:05b02c7b1b4d0428506089d5aadb77c6732c3d79</id>
<content type='text'>
</content>
</entry>
</feed>
