# go_tool **Repository Path**: liue/go_tool ## Basic Information - **Project Name**: go_tool - **Description**: No description available - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go框架 Beego:Go编程语言的开源,高性能Web框架。
>https://github.com/astaxie/beego
>https://beego.me gin: 用Go(Golang)编写的HTTP Web框架。它具有类似Martini的API,具有更好的性能。
>https://github.com/gin-gonic/gin
>https://gin-gonic.github.io/gin # go工具集合
viper 是一个配置解决方案,拥有丰富的特性:
1. 支持 JSON/TOML/YAML/HCL/envfile/Java properties 等多种格式的配置文件;
2.可以设置监听配置文件的修改,修改时自动加载新的配置;
3.从环境变量、命令行选项和io.Reader中读取配置;
4.从远程配置系统中读取和监听修改,如 etcd/Consul;
5.代码逻辑中显示设置键值。
>https://github.com/gin-gonic/gin
>https://studygolang.com/articles/26215?fr=sidebar