1 Star 0 Fork 0

api-go/revel-cmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
version.go 432 Bytes
一键复制 编辑 原始数据 按行查看 历史
NotZippy 提交于 7年前 . Patch for windows
// Copyright (c) 2012-2018 The Revel Framework Authors, All rights reserved.
// Revel Framework source code and usage is governed by a MIT style
// license that can be found in the LICENSE file.
package cmd
const (
// Version current Revel version
Version = "0.21.1"
// BuildDate latest commit/release date
BuildDate = "2018-10-30"
// MinimumGoVersion minimum required Go version for Revel
MinimumGoVersion = ">= go1.8"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/netscript/revel-cmd.git
git@gitee.com:netscript/revel-cmd.git
netscript
revel-cmd
revel-cmd
v0.21.1

搜索帮助