From 97a5d794e1a359aaab7bf817d7d55bff371d2f5d Mon Sep 17 00:00:00 2001 From: jienfak Date: Fri, 1 May 2020 03:14:23 +0500 Subject: [PATCH] readme: Changed. --- readme | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/readme b/readme index 7aa9e0d..d0a166e 100644 --- a/readme +++ b/readme @@ -1,5 +1,7 @@ -# goblin -GO Base utiL ImplementatioN -Simple and crossplatform implementation of base(core) utils -in highlevel Golang targeted to be easy to modify -and implement new features. +Base utils without exceed options and with additional options I needed in my scripts. +Lack of a few features is a feature too. +It is supposed to be as simple as possible. +Inspired by Plan 9 utils. +Install: + $ go build + $ go install