mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
POI
Former-commit-id: c572c183471871d5bc5f16bb4fa0551ff43a7a1e
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
#  Iris
|
<!-- #  Iris
|
||||||
|
-->
|
||||||
|
<p align="center">
|
||||||
|
<img src="iris_the_new_machine.gif">
|
||||||
|
</p>
|
||||||
|
|
||||||
Iris is a fast, simple and efficient micro web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app.
|
Iris is a fast, simple and efficient micro web framework for Go. It provides a beautifully expressive and easy to use foundation for your next website, API, or distributed app.
|
||||||
|
|
||||||
|
|||||||
BIN
iris_the_new_machine.gif
Normal file
BIN
iris_the_new_machine.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
@@ -99,6 +99,11 @@ func checkVersion() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if !shouldUpdate {
|
||||||
|
golog.Infof("Ignore updates? Disable version checker via:\napp.Run(..., iris.WithoutVersionChecker)")
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
if shouldUpdate {
|
if shouldUpdate {
|
||||||
goget := strings.Split(updateCmd, " ")
|
goget := strings.Split(updateCmd, " ")
|
||||||
// go get -u github.com/:owner/:repo
|
// go get -u github.com/:owner/:repo
|
||||||
@@ -111,6 +116,6 @@ func checkVersion() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
golog.Infof("Update process finished.\nManual restart is required to apply the changes.\n")
|
golog.Infof("Update process finished.\nManual restart is required to apply the changes...")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user