# README
bookstore_utils-go
Lib include rest_errors and logger util functions
How to install go bookstore_utils-go?
# 1: create new module if you do not have yet
go mod init
# 2: get latest lib
go get github.com/shawnzxx/bookstore_utils-go
# 3: include lib inside the module and use it
import (
"github.com/shawnzxx/bookstore_utils-go/rest_errors"
)