mirror of
https://github.com/beego/bee.git
synced 2025-07-24 20:35:32 +00:00
fix
This commit is contained in:
@@ -607,7 +607,6 @@ func BeeReleasesInfo() (repos []Releases) {
|
|||||||
//TODO merge UpdateLastPublishedTime and NoticeUpdateBee
|
//TODO merge UpdateLastPublishedTime and NoticeUpdateBee
|
||||||
func UpdateLastPublishedTime() {
|
func UpdateLastPublishedTime() {
|
||||||
info := BeeReleasesInfo()
|
info := BeeReleasesInfo()
|
||||||
fmt.Printf("%+v", info)
|
|
||||||
if len(info) == 0 {
|
if len(info) == 0 {
|
||||||
beeLogger.Log.Warn("Has no releases")
|
beeLogger.Log.Warn("Has no releases")
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user