Logger interface so that your application code does not depend on the implementation. To use it in your codebase use go get github.com/amitrai48/logger
Make sure to turn the go moudles on if you are inside the $GOPATH
. Type the below in your terminal and press enter:
export GO111MODULE=on;