/fiber-modules

A list of modules for Fiber

Primary LanguageGoMIT LicenseMIT

Fiber Modules

A list of modules useful for using with fiber

Install

go get github.com/gkampitakis/fiber-modules

Contents

Local Development

This is a general guide when you want to test some changes in a go module before publishing.

You want to test some changes in ./fiber-modules in a ./server.

Inside ./server

# Assuming that your path structure is
# ../fiber-modules
# ../server
go mod edit -replace=github.com/gkampitakis/fiber-modules@v0.0.1-beta=../fiber-modules

go get -d github.com/gkampitakis/fiber-modules@v0.0.1-beta

With this way we replace the module with the local instance. Hope this helps.

License

MIT License