1 Star 0 Fork 0

api-go/revel-cmd

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
version.go 444 Bytes
Copy Edit Raw Blame History
NotZippy authored 2018-09-22 13:37 . Added a version file to revel/cmd
// Copyright (c) 2012-2017 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 Command version
Version = "0.20.0-dev"
// BuildDate latest commit/release date
BuildDate = "2018-02-06"
// MinimumGoVersion minimum required Go version for Revel
MinimumGoVersion = ">= go1.8"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/netscript/revel-cmd.git
git@gitee.com:netscript/revel-cmd.git
netscript
revel-cmd
revel-cmd
v0.20.0

Search