Go simple utility helpers to support my work in ideas and projects.
The name Goonung is derived from 2 words :
- Go, the main core language used for this personal repository
- Cemenung, a 350 masl small hill nearby the village where I was born and grew up, located in south-eastern of Tulungagung (East Java, Indonesia).
- Ravi Vendra Rishika <ravi.vendra.rishika@gmail.com>
Goonung is developed using :
- Go 1.13.1 (darwin/amd64)
And I recommend you to use Go 1.11 and later to continue to learn or help me to develop these bunch of code, guys.
To work with Goonung, you can start by using the command :
-
Using
$GOPATH
fundamental$ go get -u github.com/ravivendra/goonung
Currently I am on progress to make it compatible with GO Modules
fundamental.
Currently, these codes have been completed with unit test, just run command below to run the test :
$ go test -v -cover
Here is the result of coverage test :
ravivendra:goonung ravivendra$ go test -cover
PASS
coverage: 100.0% of statements
ok github.com/ravivendra/goonung 0.396s