Categorygithub.com/liushuangls/go-server-template
module
0.0.0-20240820092239-a3e8f8150f81
Repository: https://github.com/liushuangls/go-server-template.git
Documentation: pkg.go.dev

# README

Introduction

An easy to use, easy to maintenance template.

This template layout reference: https://go.dev/doc/modules/layout

Use

// install
go install golang.org/x/tools/cmd/gonew@latest

gonew github.com/liushuangls/go-server-template your.domain/myprog

// run
cd myprog

cp configs/example.yaml configs/local.yaml

make install

make generate

make run

Features

  • wire - injects dependencies
  • ent - database orm
  • gin - router
  • viper - config manager
  • and so on...
    • jwt
    • ...

# Packages

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