jclem / template-gofiber

Template for Fiber apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jclem/template-gofiber

This is a template for applications using the Fiber framework for Go.

Prerequisites

Usage

> git clone https://github.com/jclem/template-gofiber.git
> cd template-gofiber
> script/rename user\\/mymodule
> go run main.go

Features

  • Viper for configuration
  • Zap for logging
  • Basic error handling
  • Request logging
  • Per-request context, including access to:
    • Fiber request context
    • Application configuration
    • Logger

About

Template for Fiber apps

License:MIT License


Languages

Language:Go 95.0%Language:Shell 5.0%