const to var
This commit is contained in:
parent
4e9aa4b9fe
commit
04bc4a336c
|
@ -13,7 +13,7 @@ import (
|
|||
"github.com/go-siris/siris/core/errors"
|
||||
)
|
||||
|
||||
const (
|
||||
var (
|
||||
// RPrefix tool name
|
||||
RPrefix = "realize"
|
||||
// RVersion current version
|
||||
|
|
Loading…
Reference in New Issue