<feed xmlns='http://www.w3.org/2005/Atom'>
<title>beku/package.go, branch main</title>
<subtitle>Library and program to manage Go packages in user's environment.</subtitle>
<id>http://git.kilabit.info/beku/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/beku/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/'/>
<updated>2025-07-06T09:19:22Z</updated>
<entry>
<title>all: replace module github.com/shuLhan/share with pakakeh.go</title>
<updated>2025-07-06T09:19:22Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2025-07-06T09:19:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=76e44f0c738325ec7c1a64b2302a08320a8102b3'/>
<id>urn:sha1:76e44f0c738325ec7c1a64b2302a08320a8102b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: prefix the error in Package Remove and gitInstall</title>
<updated>2023-03-07T16:04:31Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-03-07T16:04:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=bae56a2010ece755e3fb664b2428d0aaf73b4a9b'/>
<id>urn:sha1:bae56a2010ece755e3fb664b2428d0aaf73b4a9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>go.mod: set minimum go version to 1.18 and update all dependencies</title>
<updated>2023-03-07T16:02:59Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-03-07T16:02:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=1ea62df86d5674fce80a4c5a474086f8e56919d6'/>
<id>urn:sha1:1ea62df86d5674fce80a4c5a474086f8e56919d6</id>
<content type='text'>
This changes remove the "-cache" and "-testcache" options when running
GoClean due to both of this options case an exit status 1 on Go 1.18.
</content>
</entry>
<entry>
<title>all: reformat all .go files with Go 1.19 gofmt</title>
<updated>2023-03-02T17:19:39Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2023-03-02T17:19:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=4b4e44bed548115f2c46f4521e8fe2971eb12fc5'/>
<id>urn:sha1:4b4e44bed548115f2c46f4521e8fe2971eb12fc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: remove the flag vendor</title>
<updated>2022-01-31T17:24:20Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2022-01-31T17:23:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=b49ef8b92d182759a5b9312428bea3d5095ddeaf'/>
<id>urn:sha1:b49ef8b92d182759a5b9312428bea3d5095ddeaf</id>
<content type='text'>
Since vendoring is already handled by Go module, we remove this
feature to minimize duplication.
</content>
</entry>
<entry>
<title>all: fix linter warnings</title>
<updated>2019-12-27T14:45:51Z</updated>
<author>
<name>Shulhan</name>
<email>m.shulhan@gmail.com</email>
</author>
<published>2019-12-27T14:45:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=b5f28512de8cf3fcc7fe31fb7c11570816f86a0f'/>
<id>urn:sha1:b5f28512de8cf3fcc7fe31fb7c11570816f86a0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>all: update package share from v0.6.1 to v0.7.0</title>
<updated>2019-06-18T07:49:16Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-06-18T07:49:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=2c0156f2a03febd7d05518ef2d155a060b9b03e8'/>
<id>urn:sha1:2c0156f2a03febd7d05518ef2d155a060b9b03e8</id>
<content type='text'>
This update bring new change on how to use the ini package.
</content>
</entry>
<entry>
<title>package: add $GOCACHE and $HOME to environments on GoInstall</title>
<updated>2019-06-09T10:44:45Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-06-09T10:44:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=560b26738f6632d1f59c80408e4eb0920f62cbb2'/>
<id>urn:sha1:560b26738f6632d1f59c80408e4eb0920f62cbb2</id>
<content type='text'>
The latest Go release will require $GOCACHE or $HOME environment variable
upon running "go install" command.
</content>
</entry>
<entry>
<title>all: make Go command works with Go v1.12 and later</title>
<updated>2019-03-29T20:33:31Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-03-29T20:03:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=791001467be9de3442e2f3177a61ae3437c0d231'/>
<id>urn:sha1:791001467be9de3442e2f3177a61ae3437c0d231</id>
<content type='text'>
This means turning off GO111MODULE when running Go command.
</content>
</entry>
<entry>
<title>package: remove unused "nolint:gas"</title>
<updated>2019-03-29T20:33:31Z</updated>
<author>
<name>Shulhan</name>
<email>ms@kilabit.info</email>
</author>
<published>2019-03-27T23:15:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/beku/commit/?id=ce33f449bb52395325396b08faf872564ef21d30'/>
<id>urn:sha1:ce33f449bb52395325396b08faf872564ef21d30</id>
<content type='text'>
</content>
</entry>
</feed>
