1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00

Update probe with new changes and setAppInfo for probe

This commit is contained in:
Harshavardhana
2015-10-25 11:05:12 -07:00
parent 7452f7b1d2
commit ae447a96ad
4 changed files with 37 additions and 15 deletions

View File

@@ -195,8 +195,8 @@ func setMainPalette(style string) {
}
func main() {
// Set projet's root source path.
probe.SetRoot()
probe.Init() // Set project's root source path.
probe.SetAppInfo("Release-Tag", "RELEASE.Mon-05-Oct-2015-17-52-35-GMT")
app := registerApp()
app.Before = registerBefore