Categorygithub.com/shawnzxx/bookstore_utils-go
repository
0.1.3
Repository: https://github.com/shawnzxx/bookstore_utils-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# 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"
)