<p>I have spent the last few weeks looking into go. In the process I have written my first go project: a simple command line tool to cleanup old logfiles:</p>
<p><a href="https://github.com/rqk89h/scrubber">https://github.com/rqk89h/scrubber</a></p>
<p>The idea is to run it as a cronjob. You can define directories and actions to take via a config file:
<a href="https://github.com/rqk89h/scrubber/blob/master/cmd/scrubber/example.config.toml">https://github.com/rqk89h/scrubber/blob/master/cmd/scrubber/example.config.toml</a></p>
<p>Currently there are two actions available:</p>
<ul>
<li>zip old logfiles</li>
<li>delete old log files</li>
</ul>
<p>Since this is my first project I wanted to ask for feedback on my code. Suggestions on how to optimize the project are highly welcome.</p>
<p>Thanks!</p>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
0 回复
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传