From 5dc4d0638a07a508bb7a03745a612215c426fbe9 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 28 Sep 2023 19:15:15 +0900 Subject: [PATCH] improved README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 42fe3b0..e3896e2 100644 --- a/README.md +++ b/README.md @@ -66,3 +66,19 @@ if found { fmt.Println("either nothing or null") } ``` +## Import + +To import package **nul** use `import` code like the follownig: +``` +import "sourcecode.social/reiver/go-nul" + +# Installation + +To install package **nul** do the following: +``` +GOPROXY=direct https://sourcecode.social/reiver/go-nul +``` + +## Author + +Package **nul** was written by [Charles Iliya Krempeaux](http://changelog.ca)