mirror of
https://github.com/beego/bee.git
synced 2025-06-13 11:50:39 +00:00
add dev githook command
This commit is contained in:
@ -27,11 +27,10 @@ import (
|
||||
const confVer = 0
|
||||
|
||||
const (
|
||||
Version = "2.0.0"
|
||||
Version = "2.0.0"
|
||||
GitRemotePath = "github.com/beego/bee"
|
||||
)
|
||||
|
||||
|
||||
var Conf = struct {
|
||||
Version int
|
||||
WatchExts []string `json:"watch_ext" yaml:"watch_ext"`
|
||||
|
Reference in New Issue
Block a user