gkampitakis / fiber-modules

A list of modules for Fiber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A list of modules for Fiber

License:MIT License


Languages

Language:Go 98.2%Language:Makefile 1.8%