Installation - pd93/plog GitHub Wiki
Go Modules
If you're using Go Modules (v1.12+), no installation is required. Once you've imported the package (see usage), PLog will be downloaded automatically when you build your software.
$GOPATH
If you haven't migrated from $GOPATH
to Go Modules yet, you will need to run the following command to download the package before it can be used.
$ go get -u gopkg.in/pd93/plog.v0