Giter VIP home page Giter VIP logo

gofun's Introduction

golang框架模板

框架使用

   1. 下载依赖
      go mod tidy
      go mod vendor
   2. 服务启动  
      go run main.go
      go run main.go -mode prod
   3. 编译
      go build ./ 
      go build -o main.exe main.go
   4. 热更新测试
      fresh

目录结构介绍

  1. 总体目录

project  
└───app                   应用目录
│   └───controller        控制器目录
│   └───logic             逻辑层
│   └───model             数据层
│       │   ...
│   └───route             路由
└───assets                静态文件
└───config                配置目录
│   └───dev                  开发环境配置
│   └───test                 测试环境配置
│   └───pre                  预发布环境配置
│   └───prod                 生产环境配置
└───log                   日志目录
└───vendor                第三方包
│   README.md   
│   ...

gofun's People

Contributors

crazykun avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.